Saturday 15 February 2014

JRockit Installation on Linux 5



To install JRockit, download the latest Linux x86-64 version from here  http://www.oracle.com/technetwork/middleware/jrockit/downloads/index.html, 
then make the file executable and run it:


++++++++++++++++++++++++++++++++++++
Copying the files to software directory
+++++++++++++++++++++++++++++++++++++
[fusion@wlsadmin software]$ pwd
/u01/software
[fusion@wlsadmin software]$ cp -r /mnt/hgfs/weblogicsoftware/jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin . &
[1] 6018
[fusion@wlsadmin software]$ jobs
[1]+  Done                    cp -r /mnt/hgfs/weblogicsoftware/jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin .
[fusion@wlsadmin software]$ ls -tlrh jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin
-rwxrwxr-x 1 fusion fusion 125M Feb 10 11:29 jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin
[fusion@wlsadmin software]$ pwd
/u01/software
[fusion@wlsadmin software]$ chmod +x jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin
[fusion@wlsadmin software]$ ./jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin
Extracting 0%....................................................................................................100%
[fusion@wlsadmin software]$

Click the "Next" button on the welcome screen



Enter the relevant installation directory and click the "Next" button.

Pick any required optional components and click the "Next" button.


Wait for the installation to complete, then click the "Done" button.




-----------------------------------------------------------------------
Now set your environment and make sure Java is referencing the JRockit JDK:
----------------------------------------------------------------------------

[fusion@wlsadmin Jrockit1.6.0_45]$ export JAVA_HOME=/u01/Jrockit1.6.0_45
[fusion@wlsadmin Jrockit1.6.0_45]$ export PATH=$JAVA_HOME/bin:$PATH
[fusion@wlsadmin Jrockit1.6.0_45]$ which java
/u01/Jrockit1.6.0_45/bin/java
[fusion@wlsadmin Jrockit1.6.0_45]$ 


Once Jrockit is installed,Start weblogic installation.
Click on the below link to see in details.
http://abduulwasiq.blogspot.in/2014/02/oracle-weblogic-server-wls-12c-release_8161.html





No comments:

Post a Comment