A Quick Start Guide to DrJava | ||
---|---|---|
<<< Previous | The Project Facility | Next >>> |
The Project Properties dialog box allows you to set two optional properties to better utilize the project facility. To access the Project Properties dialog, select "Project, Project Properties".
Build Directory: Set this if you want your compiled files to be compiled to a directory other than the source directory. This is often useful if your project is large or you want to be able to clean the build directory (see the option on the Project menu).
Main Document: This allows you to specify the class that holds the main method for the project. When this is set, you can use "Project, Run Main Document" to launch the program.
<<< Previous | Home | Next >>> |
Clean Build Directory | Up | The Preferences Menu |