About Library References |
A library is a group of resources needed by a project. Typically a library includes one or more JAR files containing compiled classes, the source files needed to debug the classes, and Javadoc documentation for the classes. A project can reference one or more libraries for the purpose of compiling Java files or additional JAR files in the deployed application. In the IDE, you create and edit libraries using the Library Manager.
A library is a collection of JAR files available to a project during compile time and/or run time. The IDE provides the following libraries for JSF projects:
You can add existing libraries to a project or you can create and add new libraries.
The IDE makes it easy for an application to use external JAR files. Create a library reference in the Library Manager that contains a list of JAR files that can be accessed by the project. Then add a reference to the library from the project.
The Library Manager lists all library definitions that can be referenced in a project.
To view the Library Manager:
| Legal Notices. Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. |