KenCunningham
Technical User
Good morning. Firstly I apologise if this should be posted in a Java forum, but there seems a multiplicity of them, so I'm sticking to a forum I'm familiar with.
I've just built a test box using Solaris 8 patched with the latest cluster and our suppliers want Java SDK 1.4.2 installed for their testing. Simple enough thought I, and downloaded the install scripts:
j2sdk-1_4_2_13-solaris-sparc.sh and j2sdk-1_4_2_13-solaris-sparcv9.sh
Running these went OK, but the output from a java -version is now:
I'm now confused as I would have expected something more like:
which is the java -version output from another box, ie specifically mentioning SDK in the output. Can someone with more than my rudimentary knowledge of Java explain what's happening here and point out the error of my ways, please? Many thanks.
I want to be good, is that not enough?
I've just built a test box using Solaris 8 patched with the latest cluster and our suppliers want Java SDK 1.4.2 installed for their testing. Simple enough thought I, and downloaded the install scripts:
j2sdk-1_4_2_13-solaris-sparc.sh and j2sdk-1_4_2_13-solaris-sparcv9.sh
Running these went OK, but the output from a java -version is now:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
I'm now confused as I would have expected something more like:
Solaris VM (build Solaris_JDK_1.2.2_10, native threads, sunwjit)
which is the java -version output from another box, ie specifically mentioning SDK in the output. Can someone with more than my rudimentary knowledge of Java explain what's happening here and point out the error of my ways, please? Many thanks.
I want to be good, is that not enough?