The New Free-Form Project wizard imports an existing Java project or web
module into a
.
In the Java Sources Classpath page,
you declare the classpath for each of your source folders. You can declare a
separate classpath for each source folder or declare a common classpath for the
entire project.
Notes:
Like all settings in the New Java Free-Form Project wizard,
declaring the project's classpath does not change the actual classpath of
your project as specified in your Ant script. These settings only configure
your project to mirror your Ant script so that features such as code completion,
error highlighting, and refactoring work correctly.
If the JAR files you add to the project are registered as Java Class Libraries
in the IDE and have attached source code and Javadoc documentation, the IDE
automatically finds the Javadoc and source code.
To add the build output of another IDE project to the classpath, add the
project's JAR file to the classpath.