Open JDK Changes - OIM-11g/12c
Download the Open-JDK from below site: JDK-8: for OIM-12c https://adoptium.net/temurin/archive/?version=8 JDK-7: for OIM-11g https://jdk.java.net/java-se-ri/7 https://download.java.net/openjdk/jdk7u75/ri/jdk_ri-7u75-b13-linux-x64-18_dec_2014.tar.gz Updating existing JDK path in OIM installed directory: 1. First Stop the Admin, SOA and OIM server 2. Download the required JDK version from above mentioned URL. In below steps just replace the respective JDK paths as per environment like 11g(JDK-7) or 12c(JDK-8). 3. Identify the existing JDK path and version on VM by using below commands. $ whereis java java: /usr/bin/java /usr/java/jdk1.8.0_291-amd64/bin/java /usr/share/man/man1/java.1 $ which java /usr/java/jdk1.8.0_291-amd64/bin/java $ java -version java version "1.8.0_291" Java(TM) SE Runtime Environment (build 1.8.0_291-b10) Java HotSpot(TM) 64-Bit Server VM (build 25.291-b10, mixed mode) 4. Navigate to below oracle home path to cross check on exact JDK path: e.g. /ho...