Unable to start JVM after installing DCEVM in openJDK

Posted on

I am trying to install DCEVM into the JDK...
DCEVM-8u181-installer-build2.jar ... is the DCEVM I am taking from http://dcevm.github.io/ as its latest version for Java 8.
JDK version we have is java-1.8.0-openjdk-1.8.0.232-1.b09.redhat.windows.x86_64 taken that from Redhat downloads. The installer seems to modify JDK without errors but but when I try to run java -version I see the below error.

"The procedure entry point JVM_CopySwapMemory could not be located in the dynamic link library... \jre\bin\java.dll"

Responses