Hmm. I'm kind of stuck on installing the Sun Workshop 11 package on my vintage Sparc 5.8 system. The prerequisites call for JRE 1.4.2 so I need to update this. My current /usr folder includes the following:
If I unpack the j2re-1.4.2 package I get a folder j2re1.4.2_16 which (I guess) I put in the /usr folder and change the link from /usr/java -> /usr/java1.2 to /usr/j2re1.4.2_16.
This did not work outright because when I then tried to install the Sun Workshop 11 package, I get the following:
When I check the java version, everything looks correct:
But I see no java-specific values when I use 'set' or 'env'. Should I? Like CLASSPATH?
Any thoughts? The installation instructions for both packages is a bit vague on this.
Also, any words on system updates would be appreciated. I am pretty much from a Linux background so Solaris is a bit new for me.
Thanks.
Code:
drwxr-xr-x 7 root bin 512 May 1 2002 j2se
lrwxrwxrwx 1 root bin 12 May 1 2002 java -> java1.2
drwxrwxr-x 16 root bin 512 May 1 2002 java1.1
drwxr-xr-x 16 root bin 512 May 1 2002 java1.2
If I unpack the j2re-1.4.2 package I get a folder j2re1.4.2_16 which (I guess) I put in the /usr folder and change the link from /usr/java -> /usr/java1.2 to /usr/j2re1.4.2_16.
This did not work outright because when I then tried to install the Sun Workshop 11 package, I get the following:
Code:
bash-2.03# ./installer -nodisplay
java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
at java.awt.Font.initializeFont(Unknown Source)
at java.awt.Font.<init>(Unknown Source)
When I check the java version, everything looks correct:
Code:
bash-2.03$ java -version
java version "1.4.2_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_16-b05)
Java HotSpot(TM) Client VM (build 1.4.2_16-b05, mixed mode)
But I see no java-specific values when I use 'set' or 'env'. Should I? Like CLASSPATH?
Any thoughts? The installation instructions for both packages is a bit vague on this.
Also, any words on system updates would be appreciated. I am pretty much from a Linux background so Solaris is a bit new for me.
Thanks.