To install the RTView adapter, set the environment variables for the
      adapter and the RTView software.
Prerequisites
- Install either version 5.8 or 5.9 of the Enterprise RTView software from SL Corporation on the client machine.
 
- Install Java Software Development Kit 1.7 (or higher) on the client machine.
 
- Install Java Runtime Environment version 1.7.0_1 or higher. To see if you have a
               suitable version of Java installed, go to http://www.java.com/en/download/installed.jsp.
 
- Set the JAVA_HOME environment variable to the directory path where Java Runtime
               Environment 1.7.0_1 or higher is installed.
 
   
Task- Create an environment variable called RTVIEWADAPTER_HOME and set
               its value to the folder %ESP_HOME%\adapters\rtview for Windows
               and $ESP_HOME/adapters/rtview for Unix.
 
- Verify that the RTV_HOME environment variable is set to the location of the
               enterprise RTView installation. It should be set automatically during
               installation.
 
- Add the RTView lib and bin folders to the PATH environment variable. For
               example, add %RTV_HOME%\bin;%RTV_HOME%\lib;%PATH% for Windows or
                  $RTV_HOME/bin;$RTV_HOME/lib;$PATH for UNIX to
               your PATH varible.