How to create java Project?

Step 1 – Download Eclipse IDE

 

Install Eclipse

Run Admisistrator-click on the file to Install the Eclipse.

A new window will open. Click Eclipse IDE for Java Developers.

Click on install

Launch Eclipse

Step 2 – Configure Eclipse IDE

  1.  

Create new java project

Project name and Project lay out

A new pop-up window will open enter details as follow

  1. Project Name
  2. Location to save project
  3. Select an execution JRE
  4. Select layout project option
  5. Click on Finish button

Write package name

 

A pop-up window will open to name the package,

  1. Enter the name of the package
  2. Click on Finish button

Create new class

Write Class name

  1. Name of the class
  2. Click on Finish button

Class view

 

Visited 1 times, 1 visit(s) today

Comments are closed.

Close