New Java Project Wizard

This wizard helps you create a new Java project in the workbench.

Project name page

Option Description Default
Project name Type a name for the new project. <blank>
Contents
Create new project in workspace:
When selected, the New Project Wizard will create a new project with the specified name in the workspace.
Create project from existing source:
When selected, you can specify the location from which the New Java Project Wizard will retrieve an existing Java project.
Click on Browse... to browse for a location of an existing Java project.
workspace
JDK Compliance
Use default compiler compliance:
When selected, the New Java Project Wizard creates a new Java project with the default compiler compliance. The default compiler compliance can be configured on the Compiler preference page.
Use project specific compliance:
When selected, you can explicitly specify the compiler compliance of the new Java project.
default compliance
Project layout
Use project folder as root for sources and class files:
When selected, the project folder is used both as source folder and as output folder for class files.
Create separate source and output folders:
When selected, the New Java Project Wizard creates a source folder for Java source files and an output folder which holds the class files of the project.
Use project folder

Java settings page

You can skip this page by pressing Finish on the first page. Otherwise press Next to configure the Java Build Path.
If the project location on the first page has been set to an existing directory, you will be prompted if the New Java Project wizard should try to detect existing classpath settings. To do this the project will be created early on the invocation of the Next button, and the Back will be disabled on the Java Settings page.

Related concepts

Java projects

Related tasks

Creating a new Java project

Related reference

File actions