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

  1. 1
    Download and Install Java, and Eclipse if the programs are not yet installed.
  2. 2
    Create a New Java Project.
    Advertisement
  3. 3
    Create a new class with following File > New > Class..
  4. 4
    Enter name of the class and press finish. .
  5. 5
    Enter code statement System.out.println("Hello World"); and Save (Shortcut : CTRL+S).
  6. 6
    Run Program as shown in the image..
  7. Advertisement

Warnings

Advertisement

About This Article

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, volunteer authors worked to edit and improve it over time. This article has been viewed 95,620 times.
How helpful is this?
Co-authors: 4
Updated: July 3, 2019
Views: 95,620
Categories: Java
Advertisement