ERROR in native method: FatalError Java_jogamp_nativewindow_x11_X11Lib
I am trying to use jzy3d - a 3D code for plotting 3D charts. I am using gluegen and jogl jar files. The code required libnativewindow_awt.so and libnativewindow_x11.so files. Now the code is reporting an error :
Re: ERROR in native method: FatalError Java_jogamp_nativewindow_x11_X11Lib
Administrator
Hi
You have to use the appropriate version of Jzy3D with the appropriate version of JOGL. Jzy3D 1.0 (snapshot) uses JOGL 2.3.2 whereas the old version of Jzy3D you use is compatible with an older version of JOGL.