
The JDK contains the JRE and will be installed when installation is complete. # ln -s /usr/jdk/jdk1.7.0_79/jre/lib/i386/libnpjp2.so libnpjp2.soĭownload the JDK(s) from the Oracle Java web site. The browser should most likely be kept consistent with the JRE. Java HotSpot(TM) Server VM (build 23.3-b01, mixed mode) Java(TM) SE Runtime Environment (build 1.7.0_79-b10) Remove the old link to the java application and relink it to the new release.

Remove the latest link to the older jdk directory. Lrwxrwxrwx 1 root root 18 Sep 14 16:09 latest -> jdk1.6.0 Mv jdk1.7.0_79 /usr/jdk/instances/jdk1.7.79Īgain check the current directory listings.ĭrwxr-xr-x 5 root bin 5 Sep 16 16:08 instances Move the updated jre to a directory consistent with the other JRE packages. This recreates a jdk1.7.0_79 directory containing the updates for the JDK software. Java Downloads for Solaris - Recommended Version 7 Update 79ĭownload both of the files (32/64bit) to a temporary work directory and un-compress and untar them. If you browser is setup to allow the site to determine your systems information it will automatically take you the recommended download links. This article will only use two of these site for installation methods. Java has multiple web sites dedicated to supporting the java effort. Here are some methods to install the Java Development Runtime Environment (JRE) and the Java Development Kit (JDK) on Solaris. JAVA -Manually Installing JRE/JDK on SolarisĪs we all know, there are many ways of installing and configuring packages and patches on Solaris.


After searching error i have found that JDK 1.7 require both 32bit and 64bit version because it uses some libraries from 32bit.īelow are the steps i followed to resolve above error.
