- Project Name
- The name of the project.
- Package Name
- Hierarchical name of the source. The Package Name box is displayed when either the Package or Beans project type is selected. For information on packages, see the packages write-up in the Java language specification.
For example:
/tmp/new/java/sun/jws/portfolio
package name = sun.jws.portfolio
root directory = /tmp/new/java
- Source Directory
- The directory that contains the source (.java) files for the project. This directory is also the directory where the project file (.prj) is stored. The Source Directory field is read-only.
- Type
- The type of the project: Applet, Standalone, Package, or Beans.
- Included Projects
- List of projects that are included (nested) as elements in the project. Projects are built in the order in which they are listed. Use the Move Up and Move Down buttons to change the order.
Included projects are useful if you have a standalone program that imports packages you wrote. Each package is in its own project, and the standalone program is in its own project. To ensure the imported packages are up-to-date, include the projects in the standalone project.
- Java Files
- List of files that are included as components in a JavaBeans project. You can change the status of a file by clicking the Java Bean checkbox.
If the Java Bean checkbox is selected, the class file for the .java
file will be identified as a bean in the JAR file. The JAR file is generated by building the bean project.