Running OO applications

You can run object-oriented COBOL applications from the command line.

Specify the directory that contains the shared libraries for the COBOL classes in the LIBPATH environment variable. Specify the directory paths for the Java class files that are associated with the COBOL classes in the CLASSPATH environment variable as follows:

Separate multiple path entries with colons.