Pages

Wednesday 16 November 2011

JAVA-Create Java project with eclipse

1) Click the eclipse.exe, after opening the eclipse; Right click the mouse button in the left side window.
2) Select New->Project.
3) Click Project
4) Enter the project name “TestJava” ->Click Next->Click Finish.

5) Select the Project name; Right click the mouse button->select New->click Class.



6) Enter the class name “HelloExample” ->click Finish.


7) Developing your java code.


8) Right click the mouse button->select Run-as->select Java Application.


9) The output is showing in the console window.