Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Some local Java information
[go: Go Back, main page]

Some local Java information for CS263: Design of Programming Languages


Jeff Foster says:

I have some information about using Java on most of the HP machines in the CS department that may be useful to people that haven't used Java before:

On the SWW, there are two versions of Java installed for HPUX: Java 1.0 and Java 1.0.2. Java 1.0.2, which is the default, requires HPUX 10, which is not installed on most machines. If you try to run Java 1.0.2 on a machine which doesn't support it, you get an error message like

[64] % java
crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000002

To use the right version of Java, add

/usr/sww/lang/java-1.0/bin

to the front of your path.


Martín Abadi