OK, this is how to install JMap. I'll write a good version of this when I can 
be bothered. Anyway, here's what to do:

1) Untar into some directory like this:

	tar xvzf JMap-x.x.x.tar.gz

2) cd to the JMap directory:

	cd JMap-src

3) Compile it:

	javac JMap.java

4) Run it:

	java -classpath .:$CLASSPATH JMap

You will need the Sun JDK to compile and run it. You can get this from:

http://java.sun.com

Or for the Linux version:

http://www.blackdown.org
