Creating a New Java Project with Eclipse | Scribe

Creating a New Java Project with Eclipse

  • Hafeez Baig |
  • 13 steps |
  • 2 minutes
  • EclipseEclipse
1
Double click on the **eclipse.exe** file
2
Wait for the **eclipse IDE** to open
3
**Eclipse IDE Launcher** wizard will open,
4
Click on the **Launch** button
5
**Welcome tab** will open, click on the cross to close the Welcome tab
6
On the top left corner click on the **File** and click on the **New** option
7
Then click on the **Other...** option
8
**Select a wizard** wizard will open, type "**java**" in the Wizards search bar, then click on the **Java Project** option
9
Click on the **Next >** button
10
**New Java Project** wizard will open, type "**FirstJavaProject**" in the **Project name** text input field
11
Click on the **Finish** button
12
**Open Associated Perspective?** wizard will open, click on the **Open Perspective** button
13
This Your Workspace, where you can write your java code
information ordinal icon
Congratulations! you have successfully created a new Java Project with Eclipse