External Compiler

By default, the external compiler is the javac compiler provided with your JDK. To view or change the properties of the external compiler, open the Options window, expand Building and expand  Compiler Types and select External Compilation. When you change the value of a property, your change affects all classes that use the external compiler.

The Properties tab of the external compiler has the following properties:

The Expert tab of the external compiler has the following properties:

For more information on the javac compiler, visit the Sun Microsystems web site at http://java.sun.com/j2se/1.4/docs/tooldocs/win32/javac.html.

See also
fastjavac Compiler
Internal Compiler
Jikes Compiler

Legal Notices