Submitting Assignments


We have developed an "assignment submission" tool to help with encrypting and submitting jar files. Essentially, you will write your stuff in a directory, jar the directory, copy the jar file to your submit directory and run our tool on the jar file.

Note: all submissions are to be done on hobbes.

Before we get to submissions, you should create a directory for this course under your home directory:


     % cd
     % mkdir cs133
     
(Don't type the percentage symbol - that's there merely to show the Unix prompt).

Here's how to submit an assignment, using the first exercise as an example. Substitute your actual Unix username in place of username below.