Java Source and Form Properties
Execution Tab
See Also
The Execution tab in the property sheets for Java source file nodes and form
object nodes let you specify how files are compiled and executed in the IDE.
You can access these properties by right-clicking any Java source file or form
object node, choosing Properties, and clicking the Execution tab. Any settings
you set here override project-wide defaults.
You can set the following properties on the Expert tab:
- Arguments. Specifies the command-line arguments that are passed
to the program's main method when you run the program.
- Compiler. Specifies the compiler used for the file. You can
choose from the combo box, or click the ellipsis (...) button to open a property
editor where you can configure each compiler type.
- Debugger. Specifies the debugger used for the file. You can
choose from the combo box, or click the ellipsis button to open a property
editor where you can configure each debugger type.
- Executor. Specifies the executor used for the file. You can
choose from the combo box, or click the ellipsis button to open a property
editor where you can configure each execution type.
Legal Notices