To run the script: 

1. Connect to a Postgres database server first:
          connect to your database in CDF (dbsrv1 or dbsrv2)

2. Change your shell environment into bash environment by typing "bash" followed by enter. 

3. type the following command to include jdbc in your classpath: 
   export CLASSPATH=/local/packages/jdbc-postgresql/pg74.216.jdbc3.jar:.

4. Place your Assignment3.java and Assignment3Cover.txt in the following directory 
  ./A3/yourCDFAccountName/A3
  (Note, "." means the current directory where you put this script, 
   all the files you unzipped are in this directory)

4. To make sure markingA3.sh is executable. 
   type "chmod +x markingA3.sh" followed by enter

5: to run the script: type "markingA3.sh [yourCDFAccountName]" 
    
If you have any questions, post it on the message board. 