Opening the New Java Project wizard
The New Java Project wizard can be used to create a new java project. There are many ways to open this wizard:- 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
Using the New Java Project wizard
The New Java Project Wizard has two pages.On the first page:
- Enter the Project Name
- Select the Java Runtime Environment (JRE) or leave it at the default
- Select the Project Layout which determines whether there would be a separate folder for the sources code and class files. The recommended option is to create separate folders for sources and class files.
On the second page you can change the Java Build Settings like setting the Project dependency (if there are multiple projects) and adding additional jar files to the build path.
No comments:
Post a Comment