jzy3d / jogl

Mirror of https://jogamp.org/cgit/jogl.git/
Other
6 stars 2 forks source link

UnsatisfiedLinkError: Can't load library (nativewindow_awt, or other libs than gluegen) #29

Open jzy3d opened 1 year ago

jzy3d commented 1 year ago

Depending on your code, the GLProfile class gets never called which prevent the JOGL jar from being expanded.

A possible fix is to invoke GLProfile.initSingleton(); at the beginning of your program. This will force the jars to be expanded and then you do not miss any lib.

How to debug native library loading issues

Classes triggering jar expansions

For JOGL developers :