This wizard creates a new containing an enterprise application client module. You open the wizard by opening the
New
Project wizard and selecting the Enterprise Application Client 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 folder where you want to create the
project folder.
Project Folder. Displays the location of the project folder, which
contains the primary source package folder and test packages folder for your
project. The project folder also contains your project's Ant build script
and project metadata. You can add additional source folders after you create
the project.
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 the Java EE source level.