Step 2: Install Java JDK
TIBCO MFT Command Center requires a Java JDK.
Procedure
-
Install a current version of the Java JDK. Java JDK V1.8 or a later version is supported.
- Install Java using an RPM or an installation file. It usually installs Java in the following folder:
/usr/java/jdk1.8.0_xxx-amd64
- Install Java using an RPM or an installation file. It usually installs Java in the following folder:
-
Install the following files from Oracle because TIBCO MFT Command Center uses 256 bit AES encryption: Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files. Copy the two jar files contained in the downloaded zipped folder to the following directory:
/java/java_jdk1.8.0_xxx/jre/lib/security
-
Before proceeding further with the installation, set the following environment variables:
export JAVA_HOME= /java/java_jdk1.8.0_xxxexport PATH=$JAVA_HOME/bin:$PATHWe suggest adding these to a login profile so that these environment variables are always set.
-
Verify that JAVA_HOME is correct by issuing the following command:
ls -la$JAVA_HOME/bin/java -version
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.