How would you like to do this? 1. The easy way (submit a jar file of your entire directory structure) 2. The hard way (specify the names of all your files - easier for small assignments) > > 1 Please enter the name of the jar file that you will be submitting, including the extension (.jar) hw1.jar Please enter the relative path and name of the file that contains the main program e.g. bin/mainfile.java hw1.jar Are you submitting any other files which have a main in them? n Error: Can't open early.1: Permission denied
Please report the error to the course staff and then, to be on the safe side, run something like the following:
cp *.java *.jar /afs/andrew/course/15/211/handin/<USER>/<hwn>
where <USER> is your Andrew id, and <hwn> is hw0 or hw1, etc. |