Switch to universal JavaApplicationStub for Mac OS X
authorKeith Packard <keithp@keithp.com>
Mon, 8 Oct 2018 06:25:25 +0000 (23:25 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 8 Oct 2018 06:25:25 +0000 (23:25 -0700)
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 <keithp@keithp.com>
altosui/AltosUI.app/Contents/MacOS/JavaApplicationStub
micropeak/MicroPeak.app/Contents/MacOS/JavaApplicationStub
telegps/TeleGPS.app/Contents/MacOS/JavaApplicationStub

index c661d3e15cee1d93f2e7732df096700c8862fd41..16966918da4e3f715b18f4e71db0714ebb17f56e 100755 (executable)
Binary files a/altosui/AltosUI.app/Contents/MacOS/JavaApplicationStub and b/altosui/AltosUI.app/Contents/MacOS/JavaApplicationStub differ
index c661d3e15cee1d93f2e7732df096700c8862fd41..16966918da4e3f715b18f4e71db0714ebb17f56e 100755 (executable)
Binary files a/micropeak/MicroPeak.app/Contents/MacOS/JavaApplicationStub and b/micropeak/MicroPeak.app/Contents/MacOS/JavaApplicationStub differ
index c661d3e15cee1d93f2e7732df096700c8862fd41..16966918da4e3f715b18f4e71db0714ebb17f56e 100755 (executable)
Binary files a/telegps/TeleGPS.app/Contents/MacOS/JavaApplicationStub and b/telegps/TeleGPS.app/Contents/MacOS/JavaApplicationStub differ