Project Properties

Built directory. The project facility allows the user to set a built directory where class files will be compiled. This gives the user the freedom to have separate source file and built file directories. To set a project's built directory, open a project, then select "Project Properties" in the project menu.

To clean the built directory, open the Project Menu and click "Clean Built Directory." This will remove all .class files and empty directories in the built directory.

Main document. Additionally, the project facility allows the user to specify a "Main Document" file for your project. When "Run Main Document" is then selected in the Project menu, the main method of the "Main Document" file specified will be executed.