You use the New Project wizard to create a new IDE project.
To open the New Project wizard, choose File > New Project (Ctrl-Shift-N). Select a template category and a project template and click Next.
For each project category, there are two types of project templates:
Standard project templates can contain one or more
source folders and optionally one or more JUnit test folders.
Standard project templates have a ()
icon for J2SE projects, a (
)
icon for web application projects, a (
)
icon for EJB module projects, and a (
)
icon for enterprise application projects.
Free-form projects can contain as many source folders as your Ant script
is configured to handle. If your Ant script does not contain targets for
all IDE actions, like debugging and running your project, you can easily
write Ant targets for these actions. Free-form projects have a ()
icon in the New Project wizard.
For information on each of the templates, see: