Setting environment variables for UNIX

Before installing the software, set the environment variables.

Before you begin

You must have write access to the DISPLAY (display_setting). For the correct DISPLAY setting, contact your system administrator.

Procedure

  1. Set the CCM_HOME variable. For example:

    $ CCM_HOME=CCM_HOME;export CCM_HOME

  2. To the beginning of the path, add CCM_HOME/bin and CCM_HOME/jre/bin. For example:

    $ PATH=$CCM_HOME/bin:$CCM_HOME/jre/bin:$PATH; export PATH

  3. Set the DISPLAY variable, unless you are installing in command-line mode. For example:

    $ DISPLAY=display_setting; export DISPLAY


Feedback