It is simple. You just need to do the below navigation in eclipse to create new Java project in eclipse IDE.
Option 1
Click File ->New ->Java Project as mentioned in the below screenshot
If you couldn’t find the Java Project option under New menu, please follow the option 2

Enter the Project Name in the Project Name field and Click Finish

Now you can find java project ‘Test‘ under Package Explorer

Option 2
Click File ->New ->Other as mentioned in the below screenshot. This will open Select a wizard window.

Expand Java folder and select Java Project and Click Next

Enter the Project Name in the Project Name field and Click Finish

Now you can find java project ‘Test‘ under Package Explorer
