Eclipse Creating Java Project
In this tutorial we will be learning how to create a sample Java project in the Eclipse IDE.
Eclipse Creating Java Project
We can create the Java Project using the following 3 different ways -
- By clicking on the File menu and choosing New > Java Project
- By right clicking anywhere in the Project Explorer and selecting New > Java Project
- By clicking on the New button (
) in the Tool bar and selecting Java Project
Steps to create project
Now when we select Java Project as option then we below window gets opened.
Give proper name to your Java Project. Project name should not contain space.
Just keep these settings as it is and click on the next button to proceed further
It would then prompt user with message saying that your project will be opened in the Java Perspective.
After clicking on the finish button your project will be created in the Workspace.