Login  Register

Re: OSGi with Bndtools and Apache Felix throws exception

Posted by Wade Walker on Mar 22, 2013; 11:55pm
URL: https://forum.jogamp.org/OSGi-with-Bndtools-and-Apache-Felix-throws-exception-tp4028765p4028768.html

I have successfully made JOGL into an OSGi bundle using the native JARs, though I haven't had the time to write up a tutorial yet. If you look at my GitHub projects

git://github.com/WadeWalker/com.jogamp.jogl.git
git://github.com/WadeWalker/name.wadewalker.OneTriangle.git

the first one shows JOGL made into an Eclipse plugin (with native JARs from all 5 platforms, without using fragments), and the second one shows how to use it in an Eclipse RCP plugin project. Maybe this is similar enough to what you're doing to be helpful?