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.
- Enterprise page where you choose the application server you are developing Enterprise JavaBeans to run on.
- Team page where you set the version control options.