Re: OSGi with Bndtools and Apache Felix throws exception
Posted by Wade Walker on Mar 25, 2013; 6:42pm
URL: https://forum.jogamp.org/OSGi-with-Bndtools-and-Apache-Felix-throws-exception-tp4028765p4028807.html
Have you tried enabling JOGL's debug logging to see if anything shows up there? If you add "-Djogamp.debug=all -Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all" to your Java arguments, it should produce a lot more debug output.
Since JOGL works outside of OSGi for you, there must be some Java runtime changes that OSGi does which JOGL just doesn't like, maybe the debug output will give a pointer to that.