Specifies paths to search for compiled Java class files, .class (used in IMPORT JAVA statements), and Java packages, .jar.
Syntax
CLASSPATH=<path>
Usage and examples
The path specified depends on the file you search for:
to search for the .class files, you specify the path to the folder:
CLASSPATH=C:\Program Files\Querix\Lycia\my_java
to search for the Java package, .jar, you specify the path to the .jar file:
CLASSPATH=C:\Program Files\Querix\Lycia\my_java\needed.jar
CLASSPATH applies both at compilation and at runtime, so it must be set (if necessary) in inet.env, in env.properties, and in environ.bat.