The Free-Form Project Properties dialog box enables you to alter the settings
you entered when you created a
.
You open the Free-Form Project Properties dialog box by right-clicking a free-form
project's node in the Projects window and choosing Properties.
In the Output panel, you declare the output file or folder of your 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
and all the classpath dependencies
are configured correctly.
In the Javadoc Output field, you can specify the location where your project's
Javadoc documentation is stored.
Notes:
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.