INSTRUCTIONS
============

1. Source the GNUstep-Java.sh script

Before playing with this, you need to source the GNUstep-Java.sh
script:

. $(GNUSTEP_MAKEFILES)/GNUstep-Java.sh

The script will set up your library path so that the linker can find
your Java libraries.

2. Compile

Type `make'.

3. Run the script from the command line

./obj/JavaTest
