I want to package my jogl application into an executable jar for distribution along with the native interfaces. When I do this however, I get a complaint about missing the native interfaces.
I dont want to require the end users to download the native interfaces and install them. I would like the jar to be entirely self-contained.
I have so far been unsuccessful at find a solution. I couldn’t find anything on this forum and google wasn’t much help. What do you use when you want to package your jogl apps for distribution?