launching jnlp on 64 linux

Get help with installation and configuration of OWS. Please post specific bug reports, pull requests, or source code extensions on github.
ddyer
Posts: 9
Joined: 10 Jan 2021, 10:28

launching jnlp on 64 linux

Post 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 $

Stephan Classen
Posts: 232
Joined: 27 Mar 2020, 09:55

Re: launching jnlp on 64 linux

Post by Stephan Classen »

I don't think we are currently supporting arm architecture.
I will check with the team and come back on this.

Stephan Classen
Posts: 232
Joined: 27 Mar 2020, 09:55

Re: launching jnlp on 64 linux

Post by Stephan Classen »

Sorry have not yet found the time to discuss this.

Post Reply