[1492] in athena10
Re: Updates to debathena-thirdparty (Fwd: /svn/athena r23576)
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Tue Mar 10 16:47:58 2009
Date: Tue, 10 Mar 2009 16:47:00 -0400 (EDT)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Alex T Prengel <alexp@MIT.EDU>
cc: debathena@MIT.EDU
In-Reply-To: <200903102028.n2AKSmgU028371@outgoing.mit.edu>
Message-ID: <alpine.LRH.2.00.0903101645390.30726@yaz-pistachio.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Hm, what's the default Java? If it's currently OpenJDK or something on
cluster machines, we should do the configuration to make Sun Java the
default, e.g., update-java-alternatives in the -cluster postinst.
--
Geoffrey Thomas
geofft@mit.edu
On Tue, 10 Mar 2009, Alex T Prengel wrote:
>
> 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
>
>