Locating the Java home directory and version
Locate the home directory and check the Java™ version before you install CAS.
About this task
When you install CAS on a UNIX system, you need the following information about Java on your system:
- Identify the JAVA_HOME directory. You are prompted for its location during the CAS installation.
- Verify that a supported version of Java is installed. If a
supported version is not installed, you must install it before you install CAS. Note: To use CAS over SSL in a FIPS-compliant environment, you must install IBM® Java on the server where the CAS agent runs.
The java command contains the JAVA_HOME directory. For example, if the
JAVA_HOME directory is:
/usr/local/j2sdk1.4.2_03
Then, the java command
is:
/usr/local/j2sdk1.4.2_03/bin/java