I've been able to use NewtCanvasJFX to successfully reparent a GLWindow to a JavaFX layout on Fedora, but the exact same code/configuration results in a crash on Win7 as soon as I attempt the "setNEWTChild" operation.
My Java build/runtime version is 1.8.0_181-b13, and I am using the "jogamp-next" deployment's "jogamp-all-platforms.7z" for the required libs/jars. [
http://forums.jogamp.com/deployment/jogamp-next/archive/jogamp-all-platforms.7z]
Edit: Removed the super long JRE error log. It can be viewed in its entirety here:
https://github.com/opcom/FX3D/blob/master/hs_err_pid5916.logThe "newt_head.dll" in question is bit-for-bit identical to the one found in the "jogamp-all-platforms.7z" archive, so it's not being copied from some other spurious location.
I have also completely disabled the Win7 UAC control, as recommended by various other sites as a possible workaround for the "Exception Access Violation", but have had no luck.
Any help would be greatly appreciated! Thanks!