Monday 16 November 2015

Define the path, class path, Bin and Lib

Path and Class path are operating system level environment variables.

Path : It is used define where the system can find the executables(.exe) files
Classpath : It is used to let the compiler know where the class files are available for import.

Bin contains tools like javac, appletviewer and AWT Tool ...etc but Lib contains all the JAR files and packages
 
 

No comments:

Post a Comment