New Libraries Wizard: Library Folder

See Also 

The New Libraries wizard enables you to set a folder to hold your Java classpath libraries or to hold references to those libraries. Setting a libraries folder makes it easier to share libraries among different users and projects. You open the New Libraries wizard by right-clicking a standard project's  node, choosing Properties, selecting the Libraries panel, and clicking Browse.

On the New Library page, you set the folder. You can create a new folder or specify an existing folder that already contains copies of the libraries on which your project depends. You can reference the folder as a relative path or an absolute path. The default library folder location (./lib) is within your project folder at the same level as the src, build, and dist folders. You can change this to a location outside of the project, such as a folder that contains other projects.

See Also
New Libraries Wizard: Actions
Sharing Libraries in a Java Project
About Standard Projects
Standard Java SE Project Properties Dialog Box: Libraries

Legal Notices