[1493] in athena10
Re: Updates to debathena-thirdparty (Fwd: /svn/athena r23576)
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Tue Mar 10 17:01:57 2009
Message-Id: <200903102100.n2AL0uOI011944@outgoing.mit.edu>
To: Geoffrey Thomas <geofft@mit.edu>
cc: alexp@mit.edu, debathena@mit.edu
In-Reply-To: Your message of "Tue, 10 Mar 2009 16:47:00 EDT."
<alpine.LRH.2.00.0903101645390.30726@yaz-pistachio.mit.edu>
Date: Tue, 10 Mar 2009 17:00:32 -0400
From: Alex T Prengel <alexp@MIT.EDU>
>Hm, what's the default Java?
On both my cluster and workstation machine, it's:
/usr/bin/java -version
java version "1.5.0"
gij (GNU libgcj) version 4.3.2
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
but on the cluster machine the following is present:
/usr/lib/jvm/java-6-sun-1.6.0.10/jre/bin/java -version
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)
so should we make the latter the default on cluster machines instead?
Alex