There is a WWW interface to the submit server, or download the latest client software client.jar (the current verson is 7.6). It has a convenient user interface as shown below. A third approach is to use Java WebStart which automatically downloads, installs, updates, and executes the submit server client through a special link: submit client.
Submission parameters may go into the files being submitted. Using a header like this:
/* * Author: Iam Student, istudent@fit.edu * Course: CSE 2010, Section 02, Spring 2006 * Project: Proj 03, Perverse Inverse */or
{-
- Author: Iam Student, istudent@fit.edu
- Author: Another Partner, apartner@fit.edu
- Course: CSE 2010, Section 02, Spring 2006
- Project: Proj 03, Perverse Inverse
-}
or
;; Author: Iam Student, istudent@fit.edu ;; Course: CSE 2010, Section 02, Spring 2006 ;; Project: Proj 03, Perverse Inversehelps a lot. The tags "course" and "project" direct the file to the proper location. Each of these keywords must appear on a line of its own toward the beginning of the file. White space is ignored, case is ignored, as is everything on the line starting with the comma. The first example above is appropriate as the header for a Java program, but since the leading characters are ignored, a header can be constructed for most any line-oriented file format.
java -version
You must have Java installed on your computer in order to use the submit server. Download Java 2 Platform, Standard Development Kit (SDK).
ping cs.fit.edu
You must be connected to the Internet to download, register, and submit files.
java -jar client.jar
If the file is in some other directory, then try something like this:
java -jar u:\client.jar
If you don't get the control code because used the wrong e-mail address, you may register again with the correct e-mail address. But otherwise please do not register again because two registrations for the same person will make it hard to ensure that proper credit is given for submitting projects.
java -cp client.jar -Dcourse=cseXXXX -Dproject=projN -Dcontrol=XYZ submit.client.Submit file1.txt File2.java
Unsupported major.minor version 49.0
The client requires Java 1.5 to run, but the version you are using is older.