[1490] in athena10
Re: Updates to debathena-thirdparty (Fwd: /svn/athena r23576)
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Tue Mar 10 16:29:37 2009
Message-Id: <200903102028.n2AKSmgU028371@outgoing.mit.edu>
To: geofft@MIT.EDU
cc: alexp@MIT.EDU, debathena@MIT.EDU
Date: Tue, 10 Mar 2009 16:28:24 -0400
From: Alex T Prengel <alexp@MIT.EDU>
I wrote:
>jikes in the jikes locker works, so we can make do; too bad jikes-sun
>is broken. It doesn't look like there's any practical way to get the
>classes jikes needs in Intrepid.
This wasn't correct for cluster machines-
sun-java6-bin
sun-java6-jdk
sun-java6-jre
are installed, so /usr/bin/jikes works if you do something like:
jikes -bootclasspath /usr/lib/jvm/java-6-sun-1.6.0.10/jre/lib/rt.jar file.java
Alex