Step 1:
When you start eclipse, it asks your for the address of the workspace. Workspace is a folder where eclipse will store all your project files.

Step 2:
To start a new project go to New->JAVA project.

Step 3:
Enter the details of your project i.e your project name.

Step 4:
Create a new class. To do this right click on your project name which is “MyProject” in this case and select New->Class.

Step 5:
Enter the name of your class. Click finish.

Step 6: Compiling
To compile, just press the RUN button or the DEBUG button to the left of the run button.

Vlad
Latest posts by Vlad (see all)
- Code jam “Tic-Tac-Toe-Tomek” solution in java - April 19, 2013
- Code jam “Minimum Scalar product” solution in java - March 18, 2013
- Code jam Store Credit solution in java - March 10, 2013