Oracle Waveset 8.1.1 Deployment Guide

ProcedureTo Set Up Your Build Environment in UNIX

  1. Change directories to a new directory.

  2. Create a file called ws.sh.

  3. Add the following lines to this file:


    WSHOME=<path_where_REF_is_installed>
    JAVA_HOME=<path_where_JDK_is_installed>
    PATH=$JAVA_HOME/bin:$PATH
    
    export WSHOME JAVA_HOME PATH
    :

    Where you set:

    • WSHOME to the path to where the REF Kit is installed.

    • JAVA_HOME to the path to where JDK is installed.

  4. Save and close the file.