Mac OS X JVMCapabilities
Edoardo Vacchi
uncommonnonsense at gmail.com
Sun Apr 13 16:29:48 UTC 2014
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 <
david at 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/
>
More information about the jdk8-dev
mailing list