How to Run a Java Application in Eclipse
How to Run a Java Application in Eclipse
Eclipse is a very good IDE ( Integrated Development Environment ) for Java Development. You can program easily and efficiently with that. Here are few steps for that :
Steps

Download and Install Java, and Eclipse if the programs are not yet installed.

Create a New Java Project.

Create a new class with following File > New > Class..

Enter name of the class and press finish. .

Enter code statement System.out.println("Hello World"); and Save (Shortcut : CTRL+S).

Run Program as shown in the image..

What's your reaction?

Comments

https://popochek.com/assets/images/user-avatar-s.jpg

0 comment

Write the first comment for this!