SE450: Homework (continued) [41/41] Previous pageContents

Modify the text file grader.txt so that it contains your name, DePaul number (PeopleSoft ID), and your email address.

Create a zip file using the jar command that contains all necessary .java files as well as grader.txt. The java files should be in the proper package structure of your code, and the package root should be in the root of the zip file. This is easily done by running

          jar cfM submission.zip grader.txt se450\mwright1\hw1\MyFavoritePoem.java
          

Look at the jar documentation for details on this command

Include no other files.

Submit the ZIP file as "Homework1" using the homework submission system.

Please follow the submission instructions carefully. You will receive your grades more quickly and the grader will be in a better mood!

Note that the instructions call for no .class files. You also don't need to include the Message.jar file.

Check your submission before submitting by taking the zip file and moving it to a new directory, unzipping it, compiling it, and running it!

Due next Monday at 5:00 PM

Grading:

Previous pageContents