With , you typically have one project that contains the application main class and several projects containing class libraries. You can run the main project or run any individual project that contains an executable class.
To run the main project:
To run an individual project:
| See also | |
|---|---|
| Running Tasks: Quick Reference Running a Single File Setting the Main Class and Runtime Arguments Setting the Runtime Classpath |
|