CMSC 131 C.S. logo
 
Web Accessibility  
Assignment:     Project #0
Due Date:     Tuesday 06/04, 11:00PM
Open/Closed policy:     OPEN

Hello World!

globe


Objective

This project will ensure that you have installed the course tools correctly, that you can "import" a project, work on the project, and then submit the project. You will also learn how to see the results of your submission on our "submit server".


Implementation

To work on a class project, the first thing you must do is to download the project zip file, which is here. Next, you must import the project into Eclipse, which was demonstrated in class, and is also described in the Importing Projects section of the Eclipse Tutorial.

Once you have imported the project:

  1. Open the Project by clicking the triangle next to it. Click the triangle next to the "default package" folder. Now open the file called "HelloWorld.java" by double-clicking it. This should open up the source-code in the editor on the right portion of the screen.
  2. Edit the file so that it will work correctly. (It should print "Hello World!" instead of what you see inside the quotes.)

If you write the project from scratch, without importing the project files from the class webpage, you will not be able to submit your work easily.


Submission

Submit your project from Eclipse (within Java perspective) by right-clicking the project folder and selecting "submit" . If you do not see the submit option, then you are missing our plugins, which means that you did not install Eclipse according to the instructions in the Eclipse Tutorial. You may submit as many times as you want -- we will always grade the submission that we receive last.   After you have submitted your project, you should visit the submit server.  There you can obtain limited feedback about how well your project is performing.  The number of times you can run our tests on your project (before the due date) is limited.  The earlier you begin working on the project, the more opportunities you will have to see how your project performs on our tests before the due date!


Grading

There is just one release test that will be run on your project.  If you pass this test, you will receive a grade of 100% on the project (and if you don't pass this test, your grade will be 0.)