After installing the JDK, you must set the following environment variables to ensure the P6 EPPM installation scripts can locate your Java libraries:
JAVA_HOME:
PATH
Setting the Environment Variables in Microsoft Windows
To set the JAVA_HOME
and PATH
environment variables in Microsoft Windows:
JAVA_HOME
environment variable:JAVA_HOME
.C:\Program Files\Java\
<java_version>)%JAVA_HOME%\bin;
in front of all the existing directories. Do not delete any existing entries; otherwise, some existing applications may not run.Setting the Environment Variables on Unix-Based Systems
To set the JAVA_HOME
and PATH
environment variables on Unix-based systems:
JAVA_HOME
environment variable by typing the following command:
export JAVA_HOME=
<JDK_installation_path>
export PATH=$PATH:$JAVA_HOME/bin
Related Topics |
Legal Notices
Copyright © 1999, 2016,
Oracle and/or its affiliates. All rights reserved.
Last Published Thursday, February 04, 2016