Setting the Main Class and Runtime Arguments

See Also 

  1. Right-click the project node in the Projects window and choose Project Properties.
  2. Select the Run node in the Categories pane of the dialog box.
  3. Type the fully qualified name of the main class in the Main Class field (for example, org.myCompany.myLib.MyLibClass). The main class must exist in the project or in one of the JAR files or libraries on the project's runtime classpath.
  4. Enter any runtime arguments you require in the Arguments field.

    The IDE sets the project's main class and stores any newly-added arguments.

See Also
Running Tasks: Quick Reference
Running an Application
Running a Single File
Setting the Runtime Classpath

Legal Notices