Site icon IT Tutorial

The OpenJDK JVM is not supported on this platform

I got ” The OpenJDK JVM is not supported on this platform ”  error during the Veridata installation.

 

The OpenJDK JVM is not supported on this platform.

 

Details of error are as follows.

[msdbadm01]/export2 $ java -jar fmw_12.2.1.4.0_ogg.jar
Launcher log file is /tmp/OraInstall2021-05-06_04-34-31PM/launcher2021-05-06_04-34-31PM.log.
Extracting the installer . . . . Done
The OpenJDK JVM is not supported on this platform.
The log is located here: /tmp/OraInstall2021-05-06_04-34-31PM/launcher2021-05-06_04-34-31PM.log.
[msdbadm01]/export2 $

 

 

You’ll need to use the Java JDK.  The download for Java JDK v1.7 is:

http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

 

Your JAVA_HOME is pointing to OpenJDK which is not supported:

 

Once installed, set your JAVA_HOME and then your PATH to include JAVA_HOME/bin as the first entry:


export JAVA_HOME=<path>
export PATH=$JAVA_HOME/bin:$PATH

 

 

 

Do you want to learn Oracle Database for Beginners, then read the following articles.

Oracle Tutorial | Oracle Database Tutorials for Beginners ( Junior Oracle DBA )

 

Exit mobile version