Installing JRockit JVM

In this post i am installing JRockit 6 – R28.2.4.1.0 for Linux x86-64

You can download the JRockit from http://www.oracle.com/technetwork/middleware/jrockit/downloads/index.html.

To install JRockit, go to the folder where the binary is downloaded and execute the following command:

# ./jrockit-jdk1.6.0_33-R28.2.4-4.1.0-linux-x64.bin
Extracting 0%....................................................................................................100%






After Installation is complete set the path of the JRockit bin directory in the PATH environment variable an the installation will be complete.

# export PATH=/webdata/jrockit-jdk1.6.0_33-R28.2.4-4.1.0/bin:$PATH