Page 1 of 1

launching jnlp on 64 linux

Posted: 12 Jan 2021, 01:02
by ddyer
Note that this is on a different host from my other (similar) bug reports. This one
is a x64 raspberri pi. but this seems to be a different problem.

pi@pi:~/Desktop $ javaws boardspace7.jnlp
No suitable Java Virtual Machine could be found on your system.
The version of the JVM must be 1.8.
Please define INSTALL4J_JAVA_HOME to point to a suitable JVM.

This, as the latest java, ought to be acceptable:

pi@pi:/usr/lib/jvm/java-11-openjdk-arm64 $ javaws boardspace7.jnlp
No suitable Java Virtual Machine could be found on your system.
The version of the JVM must be 1.8.
Please define INSTALL4J_JAVA_HOME to point to a suitable JVM.
pi@pi:/usr/lib/jvm/java-11-openjdk-arm64 $ echo $INSTALL4J_JAVA_HOME
/usr/lib/jvm/java-11-openjdk-arm64/
pi@pi:/usr/lib/jvm/java-11-openjdk-arm64 $ ls $INSTALL4J_JAVA_HOME
bin conf docs legal lib man release
pi@pi:/usr/lib/jvm/java-11-openjdk-arm64 $

Re: launching jnlp on 64 linux

Posted: 16 Jan 2021, 00:02
by Stephan Classen
I don't think we are currently supporting arm architecture.
I will check with the team and come back on this.

Re: launching jnlp on 64 linux

Posted: 29 Jan 2021, 12:01
by Stephan Classen
Sorry have not yet found the time to discuss this.