Discussion:
Mac OS X JVMCapabilities
David P. Caldwell
2014-04-11 13:50:55 UTC
Permalink
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/
Edoardo Vacchi
2014-04-13 16:29:48 UTC
Permalink
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 <
Post by David P. Caldwell
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/
Loading...