prep cs131w
This will set up some useful aspects of your computing environment, in particular setting your path and CLASSPATH environment variables. See below, and ~/../public/prepfile, for details.
If you are working in a 2-student team and want group-level access to easily share files, info on setting up a UNIX group is here.
echo $path
The prepfile for cs131w puts directories containing the J2SE v1.4 Java interpreter and compiler on your path. Also it adds ~/../public/Tools/bin to your path, which contains some executable scripts that may be useful.
echo $CLASSPATH
(The standard Java class libraries are always on the CLASSPATH, even if not explicitly shown there.) The prepfile for cs131w puts the JFlex classes (which happen to be archived in a .jar file) and the classes under the java_cup package on your CLASSPATH. This permits, for example, running JFlex with the command
java JFlex.Main filename
Complete CVS documentation is available online at cvshome.org. A good way to get started with CVS is to check out the Minimal Guide to CVS with SSH available online. It may also be useful to do man cvs to view the CVS manual page on ieng6.