| View previous topic :: View next topic |
| Author |
Message |
Ramesh Guest
|
Posted: Fri Mar 23, 2007 6:41 am Post subject: Difference between path and classpath |
|
|
| Can any one tell me what is the difference between path and classpath. |
|
| Back to top |
|
 |
Deepak Kumar Guest
|
Posted: Fri Mar 23, 2007 6:42 am Post subject: Path is system wide variable |
|
|
Path is system wide variable that tells where to find your commands.
Lets say u want to run 'dir' so exe(Windows) containing to this program should be in path.
While Classpath is Enviroment Variable that tells JVM or Java Tools where to find your classes. |
|
| Back to top |
|
 |
|