About Java Class Libraries

See Also 

A Java class library is a group of resources needed by a project. Typically they include one or more JAR files containing compiled classes, the source files needed to debug the classes, and Javadoc documentation for the classes. In the IDE, you create and edit libraries using the Library Manager. To open the Library Manager choose Tools > Library Manager.

By creating Java class libraries within which to store the JAR files on your project classpath, you can:

See Also
Managing the Classpath
Adding Javadoc to a Project
Attaching Source Code to a JAR File
Setting the Target JDK

Legal Notices