Re: The automatic extraction and loading of native libraries from JARs do not work in applications based on Eclipse RCP and multiple fragments

Posted by aqd on
URL: https://forum.jogamp.org/The-automatic-extraction-and-loading-of-native-libraries-from-JARs-do-not-work-in-applications-baseds-tp4025492p4033150.html

You have to extract them from JARs and put into JAR/directory of the plugin where jogl.jar is included:

plugin-dir\
    os\
        win32\
            x86_64\
                gluegen-rt.dll
                jogl_desktop.dll
                jogl_mobile.dll
                nativewindow_awt.dll
                ......