Project Properties dialog box
The Project Properties dialog box sets project properties.
- To set options for the current project, choose Project|Project Properties.
- To set options for all new projects, choose Project|Default Project Properties.
The Project Properties and Default Project Properties dialog contains the following pages:
- Paths page where you choose the JDK version to compile against, the output path, the backup paths, the working directory, the source path, the documentation path, and the libraries to use when compiling.
- General page where you choose automatic source package detection and the fields to use when generating JavaDoc.
- Run page where you set the main class for your program and VM and other runtime parameters.
- Debug page where you set debugging options and remote debugging options.
- Build page where you set compiler options and parameters for the build process.
- Code Style page where you customize your coding style.
- Import Style page where you customize how import statements are expanded or collapsed.
- Editor page where you set editor options for handling line endings.
- UML page where you set options that control what packages, classes, and libraries are displayed in the UML diagram.
- Servers page where you choose the application server and web server you are developing for.