Project Properties dialog box
The Project Properties dialog box sets project properties.
- To set options for the current project, choose File|Project Properties, or right-click the project file in the Navigation pane and choose the Properties command.
- To set options for all new projects, choose Tools|Default Project Properties.
The Project Properties dialog contains the following pages:
- The Paths page where you choose the JDK version to compile against, the Java libraries to use when compiling, the Source Root Path, and the Out Root Path.
- The Compiler page where you set compiler options.
- The Run/Debug page where you set runtime parameters and choose debugging options.
- The Code Style page where you customize your coding style.