CLASSPATH


The first task is to set up the CLASSPATH environment variable.
In order to test a Java module we have to add this Java module to the CLASSPATH.
We can do that using the Environment Variables dialog box of Control Panel, or from command prompt.

1. open a cmd window
2. set the CLASSPATH:
set CLASSPATH=%CLASSPATH%;<tutorial directory>/classes
3. change the directory to the directory of GJTester:
cd \GeneralJavaTester
4. run GJTester:
runme

The test editor tool is now running.