Go to main content
Oracle® Developer Studio 12.6: Installation Guide

Exit Print View

Updated: July 2017
 
 

How to Test Your Installation

Execute some commands to test the installation.

  1. Make sure the version of Java on your path is at least 1.8.0_60:
    % java -version
    java version "1.8.0_60"
    Java(TM) SE Runtime Environment (build 1.8.0_60-b18)
    Java HotSpot(TM) Server VM (build 24.45-b08, mixed mode)
    
  2. Test your installation by checking the version of a program such as Performance Analyzer:
    % analyzer -V
    analyzer: Oracle Developer Studio 12.6 Performance Analyzer 12.6 SunOS_i386 2017/05/24
    
  3. Start Performance Analyzer:
    % analyzer &
    

    You should see the Welcome page of Performance Analyzer.