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 Java Sources Classpath panel, 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 Free-Form Project Properties dialog box, the Classpath
page 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.
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.