|
|
|
If True , the compiler produces code with debug information. Must be turned on to debug with source tracking.
|
|
If True , the compiler treats the use of deprecated methods as errors.
|
|
Character encoding is used in Java sources.
|
|
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 .
|
|
Path to executable compiler. You can use the custom property editor to define the process and arguments, using a set of substitution codes.
|
|
The name for the compiler type by which classes reference it.
|
|
If True , the compiler optimizes generated bytecode.
|
|
The command-line option to include debugging information (for example, -g ).
|
|
The command-line option to show deprecations (for example, -deprecation ).
|
|
The command line option to optimize (for example, -O ).
|