Re: J3D+JOGL good within Eclipse but UnsatisfiedLinkError as standalone
Posted by
gouessej on
Jun 10, 2016; 11:17pm
URL: https://forum.jogamp.org/J3D-JOGL-good-within-Eclipse-but-UnsatisfiedLinkError-as-standalone-tp4036783p4036821.html
You're welcome.
You can move those JARs from jre/lib/ext into another directory except the useless ones (old versions of JOGL, GlueGen and Java3D). Of course, you can use Ant to make a new JAR manifest with the Class-Path manifest attribute correctly set. If some of them use a service provider, they might need some additional considerations (the provider-configuration file must be in META-INF/services). Good luck.