Since moving from Oracle's Java 8 to Java 10 on Mac, our file chooser integration using your JNIWrapper fails with the following exception:
29 [File chooser thread] WARN com.teamdev.jxdesktop.macosx.MainMessageLoop - Failed to load Objective-C library. Cocoa stubs may malfunction
Exception in thread "File chooser thread" java.lang.UnsatisfiedLinkError: com.teamdev.jxdesktop.macosx.MainMessageLoop.runInAppKitThread(Ljava/lang/Runnable;Z)V
at com.teamdev.jxdesktop.macosx.MainMessageLoop.runInAppKitThread(Native Method)
at com.teamdev.jxdesktop.macosx.MainMessageLoop.invokeAndWait(SourceFile:42)
at com.jniwrapper.macosx.cocoa.AwtMacMessageLoop.<init>(SourceFile:23)
at com.jniwrapper.macosx.cocoa.AwtMacMessageLoop.getInstance(SourceFile:34)
at se.datadosen.component.mac.FileChooserImpl.showDialog(FileChooserImpl.java:279)
at se.datadosen.component.mac.FileChooserImpl.showDialog(FileChooserImpl.java:273)
at se.datadosen.explorer.JAlbumExplorer$2$1.run(JAlbumExplorer.java:356)
Any solution to this?
Regards
/David Ekholm, jAlbum AB