Re: Running natives from JARs
Posted by Michael Bien on Apr 09, 2011; 10:45pm
URL: https://forum.jogamp.org/Running-natives-from-JARs-tp2800394p2800720.html
Hi,
classpath libloading is not yet supported but we had it on our todo list already. The jvm only supports loading libs from filesystem. To fake classpath libloading we would have to extract them to a temp directory and load them from there.
-michael