Sunday, October 14, 2012

Download and use Eclipse for run JAVA !



First of all Download the Eclipse from http://www.eclipse.org/downloads/ and save it to your folder, it does not need setup, you can just run by click on that icon.





After double click on Eclipse you can start from "New Project" and "New Class" to create class.  As shown in below image.



In above image, you can see that there is a tick mark on "public static void main(String[] args)" which is important to run any program. Without main function you can not run any program. In name column, you can write any name you like to have for your class. And after that simply click on "Finish" button.

Thank you for viewing this post.........

No comments:

Post a Comment