CatAndMouse

Henry Wong (henryw@mit.edu)
Mon, 10 Nov 1997 10:38:35 EST

Hey folks,

Sorry I didn't get around to pointing this out earlier...

A) Despite Luis' claim to the contrary, the lab is written in Java
1.1, not in Java 1.0. It works on Athena. I know this for a fact
since I wrote it on Athena in Java 1.1 this summer.

B) Java compiles packages in a funny way. If you are trying to compile
a class in a package called CatAndMouse, I recommend you do the
following:

1) Go up a directory (cd ..) so that your current directory
contains the CatAndMouse directory.

2) Type javac CatAndMouse/filename

3) To run the program you need to be in the same parent
directory you were in when you wrote your code. You can
then run the code using java CatAndMouse.filename

I am absolutely, 100% positive that this works since that's how I wrote
the demo this summer.

Questions? E-mail the staff and all that good stuff.

Henry