To configure the internal compiler:
Boot Class Path | Sets the path from which to load your java source files. |
Debug | Creates debugging information when you compile. This option enables you to see local variables during debugging. |
Deprecation | Displays each use of a deprecated member or class. |
Encoding | Sets the encoding that determines how the compiler interprets characters beyond the ASCII character set. |
Identifying Name | Sets the name that the IDE uses to identify this compiler type. Classes do not register name changes of compiler types. If you change this property, any class that used the compiler will revert to using the default compiler. |
Optimize | Optimizes the generated bytecode so that it is more compact and runs faster. |
See also | |
---|---|
Configuring the External Compiler
Configuring the fastjavac Compiler
|