Back to normal view: https://oracle-base.com/articles/linux/jrockit-installation-on-linux

JRockit Installation on Linux

This article presents a quick guide to installing the JRockit JDK on Linux.

Download the latest JRockit software from Oracle.

Make the file executable and run it.

$ chmod u+x jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin
$ ./jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin

Click the "Next" button on the welcome screen.

Welcome

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

Choose Product Installation Directories

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

Optional Components

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

Installation Complete

You may want to set the JAVA_HOME environment variable in your .bash_profile file to point at the new installation.

export JAVA_HOME=/u01/app/oracle/jrockit-jdk1.6.0_45-R28.2.7-4.1.0

For more information see:

Hope this helps. Regards Tim...

Back to the Top.

Back to normal view: https://oracle-base.com/articles/linux/jrockit-installation-on-linux