From: Keith Packard Date: Mon, 8 Oct 2018 06:25:25 +0000 (-0700) Subject: Switch to universal JavaApplicationStub for Mac OS X X-Git-Tag: 1.8.7~3^2~1^2~2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=cd75ca767b616900d7df4596907f4f5b00517ad4;hp=cd75ca767b616900d7df4596907f4f5b00517ad4 Switch to universal JavaApplicationStub for Mac OS X The binary JavaApplicationStub only supports Mac JRE 6, even if you install a later JRE from Oracle it will still run our apps with the Mac version. This replacement JavaApplicationStub is a shell script which comes from here: https://github.com/tofi86/universalJavaApplicationStub I've tested it with Oracle JRE 10 installed and AltosUI came up fine, and has access to our devices and networking. Signed-off-by: Keith Packard ---