Overview

In this lab, you will learn the basics of using the Eclipse IDE (Integrated Development Environment) and some basic Unix commands. Eclipse is a GUI-based program that allows you to edit, compile, and debug your Java code. You will be using Eclipse to complete projects and labs in this course. Eclipse is available on all OIT workstations booted into Linux, or can be downloaded to your laptop or PC. See the course resources page for links to download sites.

In this lab you will:

  1. Learn/revisit basic UNIX commands
  2. Create an Eclipse workspace
  3. Navigate the Java perspective
  4. Explore features of Eclipse that make life easier for you, the developer
  5. Write a small example program
  6. Use Eclipse to help correct compiler errors