Search found 9 matches

by ddyer
11 Feb 2021, 20:50
Forum: Public Forums
Topic: launching from web url, onn x32 linux
Replies: 12
Views: 12417

Re: launching from web url, onn x32 linux

pi@pi:~ $ which javaws /usr/local/bin/javaws pi@pi:~ $ ls -al /usr/local/bin/javaws lrwxrwxrwx 1 root root 24 Feb 11 11:32 /usr/local/bin/javaws -> /opt/OpenWebStart/javaws pi@pi:~ $ javaws -version No suitable Java Virtual Machine could be found on your system. The version of the JVM must be 1.8. P...
by ddyer
20 Jan 2021, 19:01
Forum: Public Forums
Topic: launching from web url, onn x32 linux
Replies: 12
Views: 12417

Re: launching from web url, onn x32 linux

Just out of curiosity. The OWS installer comes with a bundled 64bit JRE. How are you running this on a 32bit Linux?? Beats me how it runs at all, but it turns out that the 32bit aspect is irrelevant. It does the same in a 64b environment pi@pi:~/Desktop $ javaws https://boardspace.net/java/boardspa...
by ddyer
17 Jan 2021, 19:31
Forum: Public Forums
Topic: launching from web url, onn x32 linux
Replies: 12
Views: 12417

Re: launching from web url, onn x32 linux

That wouldn't be very satisfactory even if it worked, which it doesn't. Not satisfactory because it's a public URL, and it would exclude people who are running newer versions of java. But it doesn't work: ~/Desktop $ javaws https://boardspace.net/java/boardspacepi.jnlp No suitable Java Virtual Machi...
by ddyer
12 Jan 2021, 01:02
Forum: Installation & Configuration
Topic: launching jnlp on 64 linux
Replies: 2
Views: 8049

launching jnlp on 64 linux

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 de...
by ddyer
11 Jan 2021, 21:40
Forum: Public Forums
Topic: launching from web url, onn x32 linux
Replies: 12
Views: 12417

Re: launching from web url, onn x32 linux

Yes.

I have a suspicion the problem is a "command line too long" type - not in java but somewhere
in the connective tissue..
by ddyer
11 Jan 2021, 09:02
Forum: Public Forums
Topic: launching from web url, onn x32 linux
Replies: 12
Views: 12417

Re: launching from web url, onn x32 linux

same result
by ddyer
11 Jan 2021, 05:40
Forum: Installation & Configuration
Topic: [SOLVED] launching from a jnlp file, on x32 linux
Replies: 4
Views: 10460

Re: launching from a jnlp file, on x32 linux

launching with the full path fixes this problem.
by ddyer
10 Jan 2021, 10:38
Forum: Public Forums
Topic: launching from web url, onn x32 linux
Replies: 12
Views: 12417

launching from web url, onn x32 linux

similarly, launching directly form a web url doesn't work, but in a different way. ddyer@kali:~/Downloads$ javaws https://boardspace.net/java/boardspace7.jnlp Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true [ITW-CORE][2021-01-10 01:32:53.331 PST][INFO ][com.openwebstart...
by ddyer
10 Jan 2021, 10:37
Forum: Installation & Configuration
Topic: [SOLVED] launching from a jnlp file, on x32 linux
Replies: 4
Views: 10460

[SOLVED] launching from a jnlp file, on x32 linux

Openwebstart doesn't quite work in this configuration, installed on an x86 linux machine. The same jnlp launches fine on windows and mac. In this case, the jnlp was downloaded to the user Downloads folder. Clicking to launch just seems to fizzle, but launching from a shell shows this: dyer@kali:~/Do...