From Alice to Java

You can check the value of your Classpath environment variable by going to the DOS prompt and typing: set classpath. This will display something like: CLASSPATH=C:\Program Files\Java\jre1.8.0_20\lib\ext\QTJava.zip. This Classpath specifies only one place that the interpreter should look for .class files – in the one listed location. ................
................