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
- Set the CCM_HOME variable. For example:
$ CCM_HOME=CCM_HOME;export CCM_HOME
- 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
- Set the DISPLAY variable, unless you are
installing in command-line mode. For example:
$
DISPLAY=display_setting; export DISPLAY