[1564] in Software_Announce
JDK on Athena updated to 1.5.0_02
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Fri Mar 25 19:22:36 2005
To: software-announce@MIT.EDU
cc: alexp@MIT.EDU, bleong@MIT.EDU, mbolin@MIT.EDU, jesses@MIT.EDU,
cfyi@MIT.EDU, facdev@MIT.EDU
Date: Fri, 25 Mar 2005 19:22:18 -0500
From: Alex T Prengel <alexp@MIT.EDU>
I've updated the Java Development Kit on Athena to 1.5.0_02 (along with
the add-ons we've been including). I don't intend to make this (or a newer
subsequent update) the default until Summer 2005. From my message to users:
The Java Development Kit release 1.5.0_02 has been installed for
Sun and Linux. The installation includes Java 3d 1.3.1 and the Java
Advanced Imaging API 1.1.2_01; the strong encryption modules from
jce_policy-1_5_0.zip have also been installed. The locker also
contains the Java Advanced Imaging Image I/O libraries, version
1.0_01 (these add-ons are the same versions as in the current
1.5.0_01 default release).
You need to type "add -f java" and use a "-ver" command line option in
order to bypass various other java binaries that will otherwise be found
instead of the ones in the java_v1.5.0_02 locker, i.e.
add -f java
javac -ver 1.5.0_02 myfile.java
(if you use any other command-line switches, they must follow the
"-ver" switch).
Alternatively, you can also use this version of the JDK as below,
without the "-ver" switch:
add -f java_v1.5.0_02
javac myfile.java
Documentation (same as in 1.5.0_01 release) in html format is available
starting from:
https://web.mit.edu/java_v1.5.0_02/www/index.html (JDK documentation)
https://web.mit.edu/java_v1.5.0_02/www/java3dindex.html (Java 3d documentation)
https://web.mit.edu/java_v1.5.0_02/www/imageioindex.html (Image I/O docs)
https://web.mit.edu/java_v1.5.0_02/www/jaiapiindex.html (JAI docs)
Alex