Project #0

CMSC 131

Due Monday, Feb. 9 at 11:00PM

Object-Oriented Programming I

Type of project: Open

Spring 2009


 

Some Historical Facts about Java

 

Objective

This project will make sure that you have installed all of the class tools, that you can check-out projects, save your work, and submit projects.  You may also learn a couple of interesting facts about the history of the Java programming language.

 

Historical Developments

This project allows you to read a little about the history of Java from Sun's web page.  You will use the web page at http://java.sun.com/features/1998/05/birthday.html which was published by Sun to get the correct answers to complete the source code of your program.  When deleting information that is not correct, make sure you delete the slashes in addition to the incorrect names and dates.

Overview of What You Must Do For This Project

We have written a project called "Spring09Proj0", which has been copied to your personal CVS repository.  Your job is to do the following:

  1. Download and Install Java, Eclipse, and the course plug-ins onto your computer (unless you are working in a lab on campus.)
  2. "Check out" the project.  (That means copy it from your CVS repository onto the computer you are working on using the CVS Repository Perspective.)
  3. Using the Java Perspective, edit the project (as described below and in the file itself) and then save your work.
  4. Run the project and read what is on the screen to make sure it looks correct.
  5. Submit the project for testing and grading.

Detailed descriptions of these four steps follow:

1.  Install the Course Tools

Detailed instructions for installing the course tools can be found by following this link.  (If you have already done this on the machine you will be using for the project, there is no reason to do it again.)  It is important that you follow those instructions very precisely so that you will have the correct versions of all of the tools.  In a nutshell, you will do these things:

2. "Check Out" the Project

3.  Edit the Project and Save

4.  Submit the Project

Grading

There are three public tests and four release tests that you must pass for this project.  Together these comprise 100% of the project grade.  If you don't pass any of the tests, you don't get any points.

Web Accessibility