LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   How to find out the OS version? (https://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-find-out-the-os-version-4175467295/)

thomas2004ch 06-25-2013 05:22 AM

How to find out the OS version?
 
I will install the Oracle JDK and I got the list for Solaris:

Code:

Solaris x86 (SVR4 package) 136.02 MB    jdk-7u25-solaris-i586.tar.Z
 Solaris x86 92.22 MB    jdk-7u25-solaris-i586.tar.gz
 Solaris x64 (SVR4 package) 22.77 MB    jdk-7u25-solaris-x64.tar.Z
 Solaris x64 15.09 MB    jdk-7u25-solaris-x64.tar.gz
 Solaris SPARC (SVR4 package) 136.16 MB    jdk-7u25-solaris-sparc.tar.Z
 Solaris SPARC 95.5 MB    jdk-7u25-solaris-sparc.tar.gz
 Solaris SPARC 64-bit (SVR4 package) 23.05 MB    jdk-7u25-solaris-sparcv9.tar.Z
 Solaris SPARC 64-bit 17.67 MB    jdk-7u25-solaris-sparcv9.tar.gz

How can I find out which one should download?

jlliagre 06-25-2013 06:41 AM

What says:
Code:

cat /etc/release
isainfo -kv

?

thomas2004ch 06-25-2013 06:59 AM

I got followings:

Code:

                  Oracle Solaris 10 9/10 s10s_u9wos_14a SPARC
    Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
                            Assembled 11 August 2010


and
Code:

64-bit sparcv9 kernel modules
Which Java should I downlaod?

jlliagre 06-25-2013 07:52 AM

Pick one of:
  • Solaris SPARC (SVR4 package) 136.16 MB jdk-7u25-solaris-sparc.tar.Z
  • Solaris SPARC 95.5 MB jdk-7u25-solaris-sparc.tar.gz
and, if you need a 64 bit JVM, the matching 64 bit part:
  • Solaris SPARC 64-bit (SVR4 package) 23.05 MB jdk-7u25-solaris-sparcv9.tar.Z
  • Solaris SPARC 64-bit 17.67 MB jdk-7u25-solaris-sparcv9.tar.gz

If unsure about how to handle Solaris packages, pick the second of each list.

Here is the JDK installation on Solaris documentation: http://docs.oracle.com/javase/7/docs...laris-jdk.html

thomas2004ch 06-26-2013 12:39 AM

Many thanks.


All times are GMT -5. The time now is 11:32 PM.