Optional: Building the Jikes compiler
The Jikes compiler from IBM is significantly faster than the Sun compiler.
However, the jikes compiler is less polished, and cannot always properly
compile JigCell. If you experience problems using jikes, try setting your
compiler back to javac.
- Building the Jikes compiler additionally requires gcc and strip
- Install the JigCell source as above
- Run make jikes to produce the Jikes compiler (you must be root
to do this under UNIX)
- Edit Makefile.config to select either the jikes or javac
compiler