To run the sample programs, ensure that ctgsamples.jar and ctgclient.jar are referenced in your class path. If running the sample in local mode, ctgserver.jar is also required.
CLASSPATH=<install_path>/classes/ctgsamples.jar
:<install_path>/classes/ctgclient.jar
:<install_path>/classes/ctgserver.jar
Alternatively
you can run the sample programs by using the Java™ -classpath option,
specifying the same information. When running a sample program, if you provide any command line parameters, you must enter them in the order specified by the usage statement of the particular sample program.