Install the Latest Java Development Kit 8

The BI Publisher WebLogic Server that is part of the Fusion Middleware infrastructure must be installed separately before the Oracle Fusion Middleware product. Prior to the 12c (12.2.1.2.0) release of BI Publisher, the Fusion Middleware product was part of the Oracle Business Intelligence Suite.

  1. Get the latest version of the Java Development Kit (JDK) version 8 from the Oracle customer portal.
  2. Save the tar.gz file to the directory on your server where you want to install it.
  3. Login to your server as the root user.
  4. Navigate to the directory where you downloaded the tar.gz file.
  5. Extract the tar.gz file. For example:
    -	tar xzf jdk-8u144-linux-x64.tar.gz
  6. Add the following two lines to the /home/oracle/.bashrc file to permanently set the JAVA_HOME environment variable and set the java binary as part of the system PATH:
    export JAVA_HOME=/opt/jdk1.8.0_144
    export PATH=$JAVA_HOME/bin:$PATH
    

    Note:

    JAVA_HOME must be accessible to the oracle user. In the above example, the /opt directory must be accessible to the oracle user.

    Note:

    Install JDK earlier than JDK 1.8.0_188 for NNC Version 8.2.1 and below. For JDK versions that are later than JDK 1.8.0_188, "Subject Alt names" is expected by BIP in the BIP Certificate for BIP Registration in the HTTPS mode. For more information, see Register BI Publisher in HTTPS Mode. For NNC 8.2.2 and above, you can install any latest JDK version.