- Eclipse - Web Browsers
- Eclipse - Tips & Tricks
- Eclipse - Restart Option
- Eclipse - Shortcuts
- Eclipse - Code Templates
- Eclipse - Install Plugins
- Eclipse - Task Management
- Eclipse - Add Bookmarks
- Eclipse - Refactoring
- Eclipse - Navigation
- Eclipse - Search Menu
- Eclipse - Hover Help
- Eclipse - Quick Fix
- Eclipse - Content Assist
- Eclipse - Preferences
- Eclipse - Debugging Program
- Eclipse - Debug Configuration
- Eclipse - Build Project
- Eclipse - Reopen Project
- Eclipse - Close Project
- Eclipse - Create Jar Files
- Eclipse - Running Program
- Eclipse - Run Configuration
- Eclipse - Java Build Path
- Eclipse - Create XML File
- Eclipse - Create Java Interface
- Eclipse - Create Java Class
- Eclipse - Create Java Package
- Eclipse - Create Java Project
- Eclipse - Workspaces
- Eclipse - Perspectives
- Eclipse - Explore Views
- Eclipse - Explore Menus
- Eclipse - Explore Windows
- Eclipse - Installation
- Eclipse - Overview
- Eclipse - Home
Eclipse Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Ecppse - Create Java Project
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 cpcking on the File menu and choosing New →Java Project.
By right cpcking anywhere in the Project Explorer and selecting New → Java Project.
By cpcking on the New button ( ) in the Tool bar and selecting Java Project.
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 source codes and class files. The recommended option is to create separate folders for sources and class files.
You can cpck on the Finish button to create the project or cpck on the Next button to change the java build settings.
On the second page you can change the
pke setting the Project dependency (if there are multiple projects) and adding additional jar files to the build path.Viewing the Newly Created Project
The package explorer shows the newly created Java project. The icon that represents a Project is decorated with a J
to show that it is a Java Project. The folder icon is decorated to show that it is a java source folder.