Compiler Types reference


Table 30: External Java Compiler service properties
Property
Description
Debug
If True, the compiler produces code with debug information. Must be turned on to debug with source tracking.
Deprecation
If True, the compiler treats the use of deprecated methods as errors.
Encoding
Character encoding is used in Java sources.
Error Expression
A regular expression in POSIX format describing the format of the error output of the specified compiler. You can also define a custom expression, if using a different compiler, and save that setting. Select one of the pre-defined sets for error descriptors: Sun javac, Microsoft jvc, or IBM jikes + E.
External Compiler
Path to executable compiler. You can use the custom property editor to define the process and arguments, using a set of substitution codes.
Identifying Name
The name for the compiler type by which classes reference it.
Optimize
If True, the compiler optimizes generated bytecode.
Debug tag replace
The command-line option to include debugging information (for example, -g).
Deprecation tag replace
The command-line option to show deprecations (for example, -deprecation).
Optimize tag replace
The command line option to optimize (for example, -O).
Table 31: Internal Java Compiler service properties
Property
Description
Debug
If True, the compiler produces code with debug information. Must be turned on to debug with source tracking.
Deprecation
If True, the compiler treats the use of deprecated methods as errors.
Identifying Name
The name for the compiler type by which classes reference it.
Encoding
If True, character encoding is used in Java sources.
Optimize
If True, the compiler optimizes generated bytecode.

See http://java.sun.com/products/jdk/1.2/docs/tooldocs/solaris/javac.html for more information on Javac.


Contents Prev Next Index