New Free-Form Project Wizard: Java Sources Classpath

Use to declare the classpath for each source folder in your project.

Element Description

Source Package Folder

Lists the source package folders in the project.

Add JAR/Folder

Adds 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

Lists 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.

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.