Re: [VirtualGL-Devel] TurboVNC: Retiring the X11 viewer + better Java viewer integration on Windows

2013-11-07 Thread DRC
Ugh. I've spent way too much time on this. The long and the short of it is that there's a single binary application (JavaAppLauncher) at the heart of appbundler. The rest of appbundler is basically just doing what we already do-- creating the .app structure, populating the Info.plist file, e

Re: [VirtualGL-Devel] TurboVNC: Retiring the X11 viewer + better Java viewer integration on Windows

2013-11-07 Thread DRC
Further info: it appears that the issue is not really the O/S after all, but rather that JavaAppLauncher requires the Java 7 plugin. You can't install Java 7 on 10.6 and earlier, so the Java plugin on those platforms is supplied by Apple. It lacks the libjli library that is needed by JavaApp