[350] in Software_Announce

home help back first fref pref prev next nref lref last post

Jikes Java compiler installed on Athena

daemon@ATHENA.MIT.EDU (Alex T Prengel)
Wed Jun 14 12:03:37 2000

To: software-announce@MIT.EDU
cc: alexp@MIT.EDU, cfyi@MIT.EDU, jfc@MIT.EDU, lerman@MIT.EDU, jud@MIT.EDU,
        facdev@MIT.EDU, nathanw@MIT.EDU, yoav@MIT.EDU, seth@lcs.MIT.EDU
Date: Wed, 14 Jun 2000 12:03:17 -0400
From: Alex T Prengel <alexp@MIT.EDU>


The Jikes Java compiler (release 1.11) has been installed on Athena
for all platforms. Jikes is a high performance compiler the converts
Java source code (.java files) to byte code (.class files). To use it:

        athena % add jikes
        athena % cjikes myfile.java

Jikes requires access to a Java class file (rt.jar or classes.zip) at
runtime. This is set automatically to the one for the most current
Java release for the platform you are on by the cjikes script, or else
you can use the Jikes binary directly with the -classpath switch:

        athena % jikes -classpath [path-to-rt.jar]/rt.jar myfile.java

There is online Web documentation at http://web.mit.edu/jikes/www/jikes.html

                                                 Alex

home help back first fref pref prev next nref lref last post