Step 2: Install Java JDK
TIBCO MFT Internet Server requires a Java JDK.
Procedure
- Install a current version of the Java JDK. Java JDK V1.8 or a later version is supported.
-
Install the following files from Oracle because
TIBCO MFT Internet Server 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 © 2021. Cloud Software Group, Inc. All Rights Reserved.