>>---JVMCLASSPATH-"directory"--------><
Default: | None |
IDE equivalent: | . |
$set | Initial |
The following examples enable a.cbl to utilize any classes found in the myclasses directory:
On Windows:
cobol a.cbl list jvmgen jvmclasspath(myclasses);
On UNIX:
cob a.cbl -C list -C jvmgen -C "jvmclasspath(myclasses)"
This directive can be used as an alternative to altering the CLASSPATH environment variable.