Free-Form Project Properties Dialog Box: Output

Use to change the output file or folder for 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.

Output JARS or Folders Containing Compiled Classes

Declares the output file or folder of the project.

Declaring the output of a free-form project does the following:

  • Associates the project source code with its output JAR files, thus ensuring that debugging works correctly.
  • Tells the IDE what JAR files the project produces. You can then add a free-form project to the classpath of a standard project and all the classpath dependencies are configured correctly.

Remove

Removes the selected classpath.
Javadoc Output Specifies the location where the Javadoc documentation for your project is stored.


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2016, Oracle and/or its affiliates. All rights reserved.