Question about JDK-8024281 Mac OS X: stop relying on Apple's JavaVM Frameworks
Michael Hall
mik3hall at gmail.com
Sat Nov 22 00:33:42 UTC 2014
On Nov 21, 2014, at 6:07 PM, David DeHaven <david.dehaven at oracle.com> wrote:
> Using -framework JavaVM used to be a means to getting jni.h in the header search path. Unfortunately it also links against the library which nowadays you do not want to do. Building against JavaRuntimeSupport and/or JavaNativeFoundation also pull in JavaVM.
If you mean you don’t want to do this to link against the old Apple that for me hasn’t been an issue, I don’t really use it anymore.
But if you can’t include the framework that would probably complicate the compile either XCode or command line.
You could probably find an old version of the Apple launcher stub and just use that for that particular jvm without using your own launcher code?
It would require special handling. But this is getting old enough you might expect it to.
Michael Hall
trz nio.2 for OS X http://www195.pair.com/mik3hall/index.html#trz
HalfPipe Java 6/7 shell app http://www195.pair.com/mik3hall/index.html#halfpipe
AppConverter convert Apple jvm to openjdk apps http://www195.pair.com/mik3hall/index.html#appconverter
More information about the macosx-port-dev
mailing list