I have DBConnect 3.1.4. It lists out OpenJDK 1.8 specifically.
I'm running Ubuntu server 18.04.3 LTS. I loaded openjdk-8-jre-headless/bionic-updates,bionic-security,now 8u222-b10-1ubuntu1~18.04.1 amd64
or as the java -version says:
> openjdk version "1.8.0_222"> OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~18.04.1-b10)> OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)
However, when I try to configure the JAVA_HOME variable, I get the following:
> {'message': 'Unsupported JRE detected', 'jre_need': 'Need Oracle Corporation JRE version 1.8 or OpenSDK 1.8', 'jre_using': 'Using Private Build JRE version 1.8, OpenJDK 64-Bit Server VM'} validate java command: /usr/lib/jvm/java-8-openjdk-amd64/bin/java.
Any ideas?
↧