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.
This is a source distribution of Jikes 1.1.0 that compiles under MacOS X Developer Preview 3 for PowerPC. It is more than likely that you can just recompile it on Darwin, OSX DP2, or OSX Server and it will just work. Binaries are not compatibile between OSX Server, Darwin & MacOS X, so that is why this is a source-only release.
This port was done by Steven Bytnar (sbytnar at kagi.com). This port of Jikes for MacOS X DP3 is freeware, and lives under the same restrictions as the Jikes Open Source License. No added functionality is present. Only the necessary changes to make Jikes 1.1.0 compile under MacOS X DP3.
This distribution should be referred to as "jikes110-osxdp3-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.
Feb 29, 2000: jikes110-osxdp3-release1.tar.gz REMOVED
Port the test suite to MacOS X DP3 and verify that this Jikes binary produces proper results. Due to a hard drive crash, I am releasing the code from the last snapshot I made before the hard drive failed.
Simple.
cd jikes110-osxdp3-release1
make
Once compiled, 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 DP3 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 for MacOS X DP3:
http://www.stg.com/employees/sbytnar/projects/MacJikes/OSXDP3.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.
jikes110-osxdp3-release1: Feb 29, 2000. Port to DP3.
jikes106-osxdp2-release1: Dec 30, 1999. Initial port & release.