Use to add or alter the classpath declarations for each source folder in your free-form project.
Element | Description |
---|---|
Source Package Folder |
Lists the source package folders in the project. |
Add JAR/Folder |
Specifies the output file for each source package folder.
If several source package folders are included in the same output file or folder, select each folder in the combo box, click Add JAR/Folder, and specify the same output file for each folder. |
Java Sources Classpath |
Displays the classpath for each source folder in the project.
Declaring the classpath in the dialog box does not change the actual classpath of your project as specified in your Ant script. Adding source package folders only configures your project to mirror your Ant script so that features such as code completion, error highlighting, and refactoring work correctly. |
Remove |
Removes the selected classpath. |
Java Platform | Specifies the Java platform against which all source files are compiled and run. By default, the Java platform on which the IDE is running is listed.
Click Manage Platform to add a platform. |
Unselect Separate Classpath for Each Source Package Folder to set a common classpath for all source folders. Leave this option selected to set a separate classpath for each source folder.
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |