Turn-in Procedures
To turn in an assignment for CS, do the following steps:
- Remove all
.class
files. (You are required to show that
the project compiles completely.) Do this using rm *.class
.
- Start a script using the
script
command.
- Show the source code using
cat
filename.java
for each file or cat *.java
.
- Show the the program compiles. Run
javac
filename.java
for whatever file contains the application class.
- Demonstrate that the program works by running it. This may require something
slightly different for each assignment.
- In pine, compose an email to homework.Cs241@wheaton.edu
with subject line "Assignment ##". Include the script file in the body
(not as an attachment) by using ctrl-R.
Thomas VanDrunen
Last modified: Thu Jan 6 14:32:23 CST 2005