Note:
The DEC Alpha machines in room 201 are still running JDK 1.1.
It turns out that a beta version of JDK 1.2 is available on the
DEC Alpha, but not as the default javac and java.
To use the JDK 1.2 versions of javac and java
on a DEC Alpha, you would use the following commands:
/usr/opt/JDK120/bin/javac Test.java
/usr/opt/JDK120/bin/java Test
Please note that this applies only to the DEC Alphas. Our
Sun workstations are running JDK 1.2 as the default.
Last updated 15 February 2000.