Re: Return of the "java.lang.UnsatisfiedLinkError: Can't load library: /System/Library/Frameworks/gluegen-rt.Framework/gluegen-rt" exception...
Posted by
Wade Walker on
Jun 01, 2015; 11:20am
URL: https://forum.jogamp.org/Return-of-the-java-lang-UnsatisfiedLinkError-Can-t-load-library-System-Library-Frameworks-gluegen-rt-tp4034549p4034561.html
Alexis Drogoul wrote
Now, under the same configuration, things happen randomly : sometimes it works, sometimes it doesn't. The same with a colleague of mine who runs under 10.9.5. Could the "Resolver" we set the first time a JOGL view is opened be rewritten somewhere with a default value ? (I dont think so as this possibility is tested in JarUtil, but who knows ? Reflection can make miracles :)).
Hi Alexis,
I'm the one who put in the Resolver, to allow RCP apps to run correctly with JOGL 2 :) It works for me for Eclipse Luna on Windows at least, I'm not sure if I've tried Luna on OS X. But one thing you can do to test it is set a breakpoint inside your resolve() function that you provide, and look at the URLs that are fed into it -- this may give you some hint of what Eclipse is doing different between Luna and previous versions.