OO Programming with Java


Hello World in Eclipse

The Integrated Development Environment (IDE) Eclipse offers many interesting capabilities to develop Java program: editor with autocompletion and contextual help/documentation, facilities to configurate projects, etc.

  1. Into Eclipse
    a. Create a new Java Project
    b. Create a new Class with the preceding code
    c. Run with the 'Play' button


11 - 17