The IDE comes with a set of compilers that suit most development needs. One compiler is selected as the default. The default compiler is used for all classes and templates for which you have not specifically assigned a compiler type. At startup, the default compiler is the external compiler.
In some cases, you might want to set a different compiler for a file or group of files. For example, you might prefer the Jikes compiler for verbose error reporting and the internal compiler for speed. Or, you might want to compile files with different options, such as with and without debugging information.
To change the default compiler:
The change affects all files and templates for which you have not specifically assigned a compiler type.
To assign a compiler type to a specific file:
This file is not affected when you change the default compiler in the Options window.
See also | |
---|---|
External Compiler
Internal Compiler Fastjavac Compiler Jikes Compiler |