!--a11y-->
Creating a New Library Project 
A library project serves as a container for several JAR files or references to other J2EE server components, such as libraries, interfaces, or services.
|
|
To create a new library project, proceed as follows:
...
1. Choose File ® New ® Project to start the New Project wizard.
2. Select the category J2EE Server Component (in the left pane), followed by Library (in the right pane). Then choose Next.
3. Enter a project name and specify the Project contents path, if applicable.

You will usually select the Use default option for specifying where the project is stored. As a result, all project resources will be created and managed in your personal default workspace.

4. Choose Finish to create the project.
The wizard generates an empty library project. After the generation is completed, the J2EE Perspective is opened automatically. The logical project structure is displayed in the J2EE Explorer and contains the two XML files sda-dd.xml and provider.xml.
|
|
|
You can now add JARs or references to the library project.
