CS 1410 - Computer Science I
Fall 2009

Handing in your files

Wednesday September 9th 2009, Some students are still having problems using the web login.

We have been flooded with e-mails concerning the web handin. If you can not use the web handin utility, please do no submit to us your code, rather follow these steps to submit your assignments:

  1. Login into a CADE computer or ssh with a ssh program like putty. Instructions on how to remote into the cade can be found at the CADE website
  2. Using a terminal window (or for remote users putty), root to the directory where your files are located at. Chances are your source files will be located at workspace/CS 1410/src/
  3. Once you have located your .java files you will submit them by using the following command:

    handin cs1410 AssignmentXX yourFiles.java

    For example, if you have completed the second assignment, then your handin would look like this:
    handin cs1410 Assignment02 myFirstClass.java mySecondClass.java myThirdClass.java
  4. You can check to make sure we have your files by running the handin command again but without your files.
    handin cs1410 Assignment02
    It should report back to you the date, time, and what files have been submitted.
If you have any questions or concerns, please feel free to visit a TA during his or her office hours and they will be more than happy to assist you.

As of Monday, August 31, I think I have resolved the handin issues.  If you are getting an error, please see the instructions below.

Follow these instructions to hand in programming assignment files:

  1. Log in to the CADE lab web-based handin (https://cgi.eng.utah.edu/webhandin/) utility.  (Use your CADE lab password.) You may get a security warning.  Ignore it, and try to continue.

  2. Enter cs1410 for the class name.

  3. Select an assignment: assignment01, etc.

  4. Select the number of files you want to hand in, and then browse and select your individual files one at a time.  Your .java files will be in a directory like /home/workspace/CS 1410/src/assignmentN... if you are on the Linux machines.  The location will be slightly different on other machines.

    Remember to hand in your .java files!  We cannot grade .class files.

  5. Upload and submit your files.  The number of files you need to hand in varies for each assignment.  Please make sure you hand in all the necessary source code files.

 

Verify your submission

The CADE lab handin program sometimes fails.  You are responsible for making sure the handin completed.  Check the following:

One common problem occurs when students hand in documentation files with strange characters in the filename.  You should not use spaces or most symbols in your filenames.  Use only letters, numbers, periods, and the underscore symbol in your filenames.

Page updated Wednesday September 09, 2009 at 14:33:19.