Re: JOGL with OSGi
Posted by
sam on
Aug 14, 2013; 1:44pm
URL: https://forum.jogamp.org/JOGL-with-OSGi-tp3773888p4029809.html
hi,
one last note, if anyone needs it.
Someone may notices that if you depend on the SWT bundle you will automatically have your platform specific fragment in your resolved dependencies and classpath, too.
However if you create a plain fragment (e.g. the jogl natives) it won't be automatically added. The solution is to add the
The Eclipse-ExtensibleAPI Header flag within your main plugin (e.g. jogl-all).