On Mon, 8 Jun 2020 07:43:28 -0400 "Kevin P. Fleming" wrote:
> /usr/lib/jvm/java-11-openjdk-arm64/lib/$(uname -m)/server
On X86_64 the directory is called "amd64", which is not the output of
`uname -m`. I guess it is rather the arch suffix of the jvm dir.
You may also just set a softlink in the l
This problem is caused by the location of libjvm.so. For example, when
I install openjdk-11-jre-headless:arm64, I get this directory:
/usr/lib/jvm/java-11-openjdk-arm64/lib/server
which contains libjvm.so (among other files).
However, jsvc looks in:
/usr/lib/jvm/java-11-openjdk-arm64/lib/$(unam
2 matches
Mail list logo