It was indicated that this might be the list for questions on javapackager.
This could very well just be that some OS X customization hasn’t been done yet
for the java 9 early access but a javapackager application gets the following
error if I replace the default Java 8 jdk with the java 9 and change JVMRuntime
in the Info.plist file to reflect that.
It default sets Java 8 as the embedded runtime, I’m not familiar enough with
javapackager to know how to override that, so I change it manually.
Embedded Java 9 got…,
4/2/15 7:03:23.334 PM TestApp[4354]: Could not get function pointer for
JLI_Launch.: (
0 CoreFoundation 0x00007fff9466025c
__exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff95bf8e75
objc_exception_throw + 43
2 CoreFoundation 0x00007fff9466010c
+[NSException raise:format:] + 204
3 TestApp 0x000000010e327de1 launch + 593
4 TestApp 0x000000010e327366 main + 70
5 TestApp 0x000000010e327314 start + 52
)
This is a fairly simple test application, it just puts up an empty JFrame, it
did work with the Java 8 runtime embedded.
Michael Hall