I’d like to be able to send my game to people in something like this folder structure:
-+ Game Folder/
---- My App.jar
—+ libs/
------ xith.jar
------ jogl.jar
—+ native libs/
------ nativelib.jnilib
------ nativelib.dll
How can I load these libraries from within the code of My App.jar? Is it not possible? If it isn’t, then is it possible to load native libraries and jar libraries from within a single jar file (i.e. My App.jar contains the folder libs)?