Use to add or remove additional libraries, projects, or JAR and ZIP files to a classpath for a project configuration. Adding a group of class files to a project's classpath tells the IDE which classes the project should have access to during compilation and execution.
The Bundled Libraries and Resources table lists items bundled with the project. The items listed are either libraries or JAR files built by other projects.
Element | Description |
---|---|
Use Values from "DefaultConfiguration" |
Enables you to customize the properties for a project configuration other than the default configuration if this option is unchecked. |
Add Project |
Enables you to add the JAR file produced by another project, as well as the associated source files and Javadoc documentation. Adding this item to a class path sets up a dependency between the current project and the selected JAR. |
Add Library |
Enables you to add a collection of JAR files or folders with compiled classes, which can optionally have associated source files and Javadoc documentation. |
Add Jar/Zip |
Enables you to add a JAR or ZIP file created by another project. |
Add Folder |
Enables you to add the root of a package or directory containing files. |
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2013, Oracle and/or its affiliates. All rights reserved. |