CLASSPATH

 

Specifies paths to search for compiled Java class files, .class (used in IMPORT JAVA statements), and Java packages, .jar (used for BIRT reports).

 

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 3 Development Suite 7.1\Lycia\my_java

 

 to search for the Java package, .jar, you specify the path to the .jar file:

 

CLASSPATH=C:\Program Files\Querix\Lycia 3 Development Suite 7.1\Lycia\my_java\needed.jar

 

CLASSPATH applies both at compilation and at runtime, so it must be set in inet.env, in env.properties, and in environ.bat.

 

 

Related articles:

IMPORT

Importing Java classes

Lycia configuration

PATH