Re: J3D+JOGL good within Eclipse but UnsatisfiedLinkError as standalone
Posted by Larry Tesler on Jun 10, 2016; 3:47pm
URL: https://forum.jogamp.org/J3D-JOGL-good-within-Eclipse-but-UnsatisfiedLinkError-as-standalone-tp4036783p4036819.html
All your messages today will be VERY helpful.
Status:
A legacy ANT script builds my application and bundles a modified jre into it.
I discovered yesterday that the script adds a lot of jars to jre/lib/ext. Not good! And it seems to install two copies of that lib into the built application (one parallel to jre and one inside it), each with a copy of ext. Ugh.
I need to make sure that it doesn't do anything that undermines what you have taught me.
I will let you know when I have succeeded or get stumped.
Thanks,
Larry