To compile all the java sources in this directory:

	- go up one level to ../ and do make test

To run (say Test.class):

	- come back here and do:

		java -classpath ".;D:/hak/hlt/classes;D:/hak/hlt/classes/jdom.jar" Test
