Easy Tutorial
❮ Eclipse Install Plugins Eclipse Hover Help ❯

Eclipse Creating Java Project


Opening the New Java Project Wizard

The New Java Project Wizard makes it easy to create a Java project. You can open the wizard by:

Using the New Java Project Wizard

The New Java Project Wizard has two pages.

First page:

You can click the "Finish" button to create the project or click the "Next" button to modify the Java build configuration.

Second page Java Build Path Settings, where you can configure project dependencies and additional JAR files.


Viewing the New Project

The Package Explorer displays the newly created Java project. The "J" letter in the project icon indicates a Java project. The folder icon represents a Java resource folder.

❮ Eclipse Install Plugins Eclipse Hover Help ❯