Run Tab for Standalone Program Project
The Run tab contains the following attributes for running a standalone program project. If you change a field in this tab, click the Apply
button to enter the changes before moving to another tab.
- Main Class File
- The .class file in which
main
is defined.
- Program Arguments
- Arguments you want to pass to the main method when the java interpreter starts up.
- Java Interpreter Options
- Options to pass to the java interpreter, such as -classpath or -verbose.
See also:
- Editing Project Attributes