Home >
Online Product Documentation >
Table of Contents >
Options - Module Settings - Java - Java Compiler
Options - Module Settings - Java - Java Compiler
You use this page of the
Options dialog box to modify settings that determine how Stylus Studio works with your Java compiler.
To display the
Options dialog box, select
Tools >
Options from the Stylus Studio menu bar. Expand
Module Settings and
Java and click
Java Compiler.
Fields
Java Compiler
Location of the Java compiler that Stylus Studio uses. To change the location, type a path in the field or click
Browse to the right of the field.
Class Path
Class path used by the Java compiler in Stylus Studio. To add a directory or
.jar file to this class path, click
Browse to the right of the field. For Stylus Studio to be able to find a Java class, its location must be specified in this class path.
This value does not affect the
CLASSPATH environment variable. The default value,
$(classpath), specifies that you want to use the contents of the
CLASSPATH environment variable. There is no requirement for this class path and the class path used by the Stylus Studio JVM to be identical. However, it is good practice for them to be the same.
Parameters
Command-line options for the Java compiler.
For More Information
Modifying Java Options