We are trying to use alternative jvms, this is from https://www.eclipse.org/openj9/
when starting our launcher with /create-i4j-log we got:
[1:16] Trying to load JVM-DLL from c:\qomet2\jre\bin\javaw.exe
[1:18] Setting PATH ...
[1:19] Trying c:\qomet2\jre\bin\hotspot\jvm.dll (exists 0)
[1:20] Trying c:\qomet2\jre\bin\client\jvm.dll (exists 0)
[1:21] Trying c:\qomet2\jre\bin\server\jvm.dll (exists 0)
[1:22] Trying c:\qomet2\jre\bin\classic\jvm.dll (exists 0)
[1:23] Trying c:\qomet2\jre\bin\jrockit\jvm.dll (exists 0)
I think the problem is, the jvm.dll is located in jdk8u192-b12\jre\bin\j9vm\jvm.dll
Then launcher says, "invalid jvm installation" and quits.
So how to use it?