The New Free-Form Project wizard imports an existing Java or web
module into a
.
In the Project Output page of the wizard, 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.