Property | Function |
---|---|
Class Path | Specifies the directory path for LINCViewer.jar. LINCViewer.jar contains Java classes required by components, and GUI forms. It is omitted if the compiler does not require a specific directory path, or if the .jar file is part of the system class path. By default, this property is empty. Note: This property is used when it is referred in the Compiler String property. If it is not specified in the Compiler String property, the Class Path under the system Class Path is used. |
Compiler String | Specifies the Java compiler. By default, this property is set to javac.exe –d “%2” “%3” You can specify the bin directory of the jdk on the system path, or change the default value to specify the full path for the javac. |