CS 261 Lab A - Hello Eclipse!

Due Wed Sep 03 at 3:00pm

Overview

This lab will help you set up the Eclipse IDE (integrated development environment) for future work this semester, and familiarize you with some of the system's basic features. The programming task here is fairly simple: you'll create the basics of a Calculator class that models a simple text-based calculator.

Note that this first lab should be completed individually (not in pairs).

Objectives

Necessary Files

You will need to download the Eclipse IDE. Open the Eclipse download page in a separate window and find the link for the version of Eclipse for your computer (if you get lost, you're looking for the "Eclipse IDE for Java Developers").

You will need to download the copy of the zipped source files. for you to import.

Lab Details

Part 2

One last thing: at the end of each lab, you'll need to fill out a "peer evaluation" on Moodle to give some feedback on your lab partner. But since you don't have a partner for this lab, you'll instead be filling out a different survey.

Submitting

Submit the following files to the LabA submission folder on hedwig, following the instructions above: Hello.java, Calculator.java, CalculatorDriver.java. Make sure you upload your work to the correct folder! The lab is due at the start of class on the day after the lab.

Notes

This lab is a warmup for this class and introduction to Eclipse. If you have any problems with the programming required, you need come see me ASAP (that means now!).

You may also be interested in Lars Vogel's Eclipse tutorial, which I have based portions of this lab on. It has a great deal of more detail about particular features and configurations of this extensive piece of software. There are many other good Eclipse guides, and we'll be looking at some more capabilities throughout the semester.

Grading

This assignment will be graded out of 12 points: