Jikes 1.1.0 source is available on the Jikes for MacOS X DP3 page.
Jikes is a Java compiler that compiles Java source code at amazing speeds. Jikes' speed comes from the fact that it is a Java compiler written in C++. Jikes is developed and maintained by the Jikes Open Source team.
The binary included with this distribution is Jikes 1.0.6, compiled for MacOS X Developer Preview 2 for PowerPC, with optimization level 2 using OSX DP2's C++ compiler. It is possible that this binary will work with Apple's Darwin and Apple's MacOS X Server operating systems, but I did not try it. It is possible that libc dependencies will cause it to not load on those systems.
This port was done by Steven Bytnar (sbytnar at kagi.com) My Jikes port for OS X DP2 is freeware. The source code patches that made this port possible will eventually trickle into the Jikes Open Source repository. The source modifications done to jikes106.tar are only ones which allow the source to compile on OSXDP2. No added functionality is present.
This distribution should be referred to as "jikes106-osxdp2-release1".
This software is subject to the terms of the IBM Jikes
Compiler License Agreement
available at the following URL: http://www.ibm.com/research/jikes.
Copyright (C)
1996, 1999, International Business Machines Corporation
and others. All Rights
Reserved. You must accept the terms of that agreement to
use this software.
Dec 30, 1999: jikes106-osxdp2-release1.tar.gz REMOVED
Port the test suite to MacOS X DP2 and verify that this Jikes binary produces proper results.
You can execute the commands as follows to place Jikes into
your working system.
mv jikes /usr/bin/
mv jikes.1 /usr/share/man/man1/
Jikes for MacOS X DP2 is meant to be used from the "Terminal" command-line shell application. The syntax for the Jikes command can be found by executing "man jikes", or by typing "jikes" without any extra parameters.
Jikes for MacOS X DP2:
http://www.stg.com/employees/sbytnar/projects/MacJikes/OSXDP2.html
Jikes Open Source homepage:
http://www.research.ibm.com/jikes/
MacJikes for MacOS 7.x, 8.x, and 9.x (MPW & standalone
AppleScriptable):
http://www.stg.com/employees/sbytnar/projects/MacJikes/index.html
REMOVED: Feb 19, 2002. Included with MacOS X.
jikes106-osxdp2-release1: Dec 30, 1999. Initial port &
release.