Select Main Class For Project
Use the Select Main Class For Project dialog box to select the class to run.
- For applications, the class must be in the current project and must contain a main() method.
- For applets, the selected class file must be called by an HTML file containing an
APPLET
tag that specifies the name of the runnable applet class. The HTML file's CODE
attribute must contain the fully qualified class name. If the class file is not located in the same directory as the HTML file, the CODEBASE
attribute must specify the location of the class file in relation to the HTML file.
Class Name
Displays the selected class name. Previously selected class names are available from the drop-down list.
File List
Choose a class from the list to select it as the process to run.