TravaOpenJDK / trava-jdk-11-dcevm

dcevm-11 built on Travis
Apache License 2.0
403 stars 57 forks source link

What are the prerequisites for using DCEVM image in existing java-11-openjdk? #54

Closed tporeba closed 2 years ago

tporeba commented 2 years ago

Readme.md says:

Using DCEVM image in existing java-11-openjdk Find out libjvm.so inder directory lib/server/ and copy it to existing jdk-11 to directory lib/dcevm, dcevm directory must be at the same level as folder server/ with system JVM. All should work as you are used to from dcevm8.

but this obviously does not work for any combination of dcevm and openjdk11 versions - I've just tried following combinations:

So my question is what are the prerequisites for copying dcevm binary to some existing openjdk installation? Is this only allowed for adoptjdk distributions that exactly match version with trava-jdk-11-dcevm release?

Could you share any hints on what steps would be required to add dcevm support to some arbitrary openjdk11 version like coretto

skybber commented 2 years ago

I've removed appropriate documentation part, TravaOpenJDK is full JDK distribution, it is hard to use parts of Trava JDK inside another JDKs.