The New Enterprise Application wizard creates a new containing an empty enterprise application. You open the New Enterprise Application
wizard by opening the New Project wizard and selecting
the Enterprise Application template from the Java EE category.
In the Name and Location page, you have to set the following properties:
Project Name. Specifies the display name of the project. This name
is also used to create the project folder.
Project Location. Specifies the parent directory of the folder where you want to
store the project metadata and source code.
Project Folder. Concatenates the project location and project name settings to
identify the project folder.
Use Dedicated Folder for Storing Libraries. When selected, you can specify a Libraries Folder where required compilation libraries are stored.
Libraries Folder. Specifies the location of the folder containing shared libraries.
Click Browse to specify a location other than the default.
Set as Main Project. Sets the newly created project as the main
project.
Click Next to specify the target server and project source level.