The New Free-Form Project wizard imports an existing Java project or web
module into a
.
In the Source Package Folders page, you tell the IDE which source folders and test folders are
in your project and which JDK they are compiled and run against. You can add
multiple source package folders. Each source package folder should be added
at the folder that contains the default package.
Notes:
Like all settings in the New Java Free-Form Project wizard,
adding a source package folder to your project does not change the actual
contents 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.