Monday, June 9, 2014

JRockit 1.6 64 bit installation on Redhat Linux 6 64 bit .

In production systems we use JRockit jvm for weblogic application server .

1)Copy bin format jrockit 1.6 installer into your linux box /opt directory .
     scp jrockit-jdk1.6.0_37-R28.2.5-4.1.0-linux-x64.bin root@localhost:/opt 

2)Add execute file permission into installer.
   #chmod +x  jrockit-jdk1.6.0_37-R28.2.5-4.1.0-linux-x64.bin

3)Execute jrokit 1.6 installer .
   #./jrockit-jdk1.6.0_37-R28.2.5-4.1.0-linux-x64.bin
  Follow the wizard  if you want to change installation location you can specify directory location during the installation .

eg: 

<------------------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC 4.1 ------------------------>

Choose Product Installation Directory:
--------------------------------------

    "Product Installation Directory" = [Enter new value or use default "/root/jrockit-jdk1.6.0_37-R28.2.5-4.1.0"]

     Enter new Product Installation Directory OR [Exit][Previous][Next]> /opt/jrockit1.6.0_37

4)Once installation completed then check jrockit installed directory 
    eg 
      # ll /opt/jrockit1.6.0_37
       total 260
      drwxr-xr-x. 2 root root   4096 Sep 27  2012 bin
      drwxr-xr-x. 3 root root   4096 Sep 24  2012 include
      drwxr-xr-x. 3 root root   4096 Jun  9 14:02 inventory
      drwxr-xr-x. 4 root root   4096 Jun  9 14:02 jre
      drwxr-xr-x. 2 root root   4096 Sep 24  2012 lib
      drwxr-xr-x. 6 root root   4096 Jun  9 14:02 missioncontrol
      -rw-r--r--. 1 root root 239443 Sep 27  2012 THIRDPARTYLICENSEREADME.txt

     


   

No comments:

Post a Comment