Apparently this is also why App Bundles require JDK6 cf.: http://stackoverflow.com/a/19605234
On Fri, Apr 11, 2014 at 3:50 PM, David P. Caldwell < da...@code.davidpcaldwell.com> wrote: > Is there a reason that JDK 8 does not declare the full set of > "capabilities" (from the OS X point of view) in the OS-specific > Info.plist file? > > I just discovered that my JNI application broke because it uses native > code to launch a JVM, but was able to fix it simply by adding the JNI > "capability." So clearly it *has* that capability. > > -- David P. Caldwell > http://www.davidpcaldwell.com/ >