There are multiple ways in order to start a new project in eclipse, if using Eclipse for the first time follow the procedure as shown.
Method 1
Go to
File menu -> select
New -> select
Project, as shown in the image below.
Now, a popup window appears know as
New Project providing some Wizards for project, select
Java Project from those wizards and click
Next button as shown in the image below.
The window now redirects to another page providing some options like creating
Project name, and option for selecting the workspace location, after performing all the required changes proceed by clicking
Finish button as shown in the image below.
Method 2
A New Java project can be created in another quick and easy way as follows.
Hover on
Project Explorer -> right click on empty space -> select
New -> click
Project as shown in the image below.
Now, a popup window appears know as
New Project providing some Wizards for project, select
Java Project from those wizards and click
Next button as shown in the image below.
The window now redirects to another page providing some options like creating
Project name, and option for selecting the workspace location, after performing all the required changes proceed by clicking
Finish button as shown in the image below.
Now the project is created in the Project explorer window as shown in the image below.