Response: Well, I cannot confirm exactly what you did, but I do know that the response you got is what you see when you omit, or mistype, the full source... command. Try that step again.
Response: Well, I cannot confirm exactly what you did, but I do know two things:
Submitting FILENAME.java... failed: rcvhandin: subdirectory "AAAA" doesn't exist Existing subdirectories (comments in parentheses): Test (Use this ONLY to test use of the "handin" system!) Pgm1 (Program Assignment 1: Due 11:59 pm on Sunday, October 1.) Late (Submit here when taking an authorized "Credit Day" for late work.)
Response: Well, the system is telling you exactly what went wrong: You tried to submit to assignment folder AAAA, and the only ones currently open for submission are Test, Pgm1, and Late.
Response: Well, the system is telling you exactly what went wrong: You tried to submit a file called FILENAME.java, and somehow the system couldn't find it or couldn't use it. Make sure you have a good, clean copy in the directory from which you are issuing the handin command.
Response: No problem (as long as you discover this before the assignment deadline). Just run handin another time, and it'll overwrite your previous submission with the newer file(s). Note that I am assuming here that you are submitting files that use the exact filenames indicated in the assignment write-ups: you cannot delete a file you previously submitted, you can only overwrite it with a newer one of the same name as long as handin is enabled for a particular assignment folder.
Response: Of course there is! Remember that magical incantation you did (or should have done, or the variant you could have set your login to do automatically for you...)? Well, we set it up to do something else besides set up your account to use handin: It also set things up so you can use Java on polylog1.
So, right there in the terminal window to your Unix account (e.g., using QVT/Term), you can just use the standard compile and execute commands, e.g.,
One caution: The version of Java on polylog1 is older than the one we use in lab. The Central UNIX sysadmin folks can't upgrade it either, not until they upgrade the entire system. This should not make a difference for the programs we write in 101, but we mention this now in case you do try using some "newer" features of Java that don't work on polylog1.
Response: Absolutely! Start by compiling your .java file(s) into .class file(s) as described above. After that, though, the best approach to take next depends on the level of your understanding of HTML and web pages:
Finally, please remember this safety rule: since you had to log in to your Central Unix account to run handin, you have to logout from it when you are done.
Site Navigation Links: | |
Back: | The handin process description |
Instructors currently using handin: | |
P. Nico | |
E. Rogers | |
C. Scheftic |