How to view current classpath?
Following example demonstrates how to view current classpath using echo command.
C:> echo %CLASSPATH%
The above code sample will produce the following result.
.;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip
Advertisement