Environment Settings

You can run batch file to set up classpath for the program in both Windows and UNIX operation system.

Run the following batch file to set up classpath for the program.
  • For Windows: setutilcp.bat
  • For UNIX k-shell: setutilcp.sh

The setutilcp file must be run each time you open a new command shell.

If you do not configure the environment settings, you have to specify all necessary .jar files in the classpath when running the Java program.