2 Getting Started with JRockit Real Time

This section contains basic "getting started" information about Oracle JRockit Real Time 4.0. It contains these subsections:

2.1 Version Support

JRockit Real Time is bundled with the following versions of the Oracle JRockit JDK:

  • Oracle JRockit JDK 6 Update 17

  • Oracle JRockit JDK 5.0 Update 22

2.2 Starting JRockit Mission Control

To start JRockit Mission Control, use the following procedure.

  1. Ensure that your JAVA_HOME environment variable points to the root folder of the Oracle JRockit JDK included in JRockit Real Time.

    Use this command for Windows platforms (This example assumes that you are using the Windows Command Prompt—DOS—or compatible command shell and have selected the default product installation directory):

    set JAVA_HOME=%ProgramFiles%\JRockit Real Time \wlrt<wlrt_version>-<java_version>\bin
    

    Use this command for Linux and Solaris platforms (This example assumes that you are using the UNIX bash shell or compatible command shell and have selected the default product installation directory):

    export JAVA_HOME=$HOME/wlrt<wlrt_version>-<java_version>/bin
    
  2. Open up a command window.

  3. Run the jrmc executable file, located in the %JAVA_HOME%\bin directory:

    Windows: > %JAVA_HOME%\bin\jrmc

    Linux: > ${JAVA_HOME}/bin/jrmc