A class path is an environmental variable,
which tells the java virtual machine and other java tools (java, javac), where
to find the class libraries, including user-defined class libraries.
By
default, java uses the classpath as
C:\jdk1.2.1\lib\classes.zip
A
user defined class path is set for the environment as
C:\>SET
CLASSPATH=%CLASSPATH%;C:\P
No comments:
Post a Comment