Search code examples
osgieclipse-rcposgi-bundle

Can't Find bundle org.osgi.annotations in Eclipse RCP App


I'm trying to use a framework extension in my RCP app using the instructions here.

To run the framework extension in my workspace, I;m instructed to import the org.eclipse.osgi plug-in as a source bundle. When I do that, I get lots of compile errors because the bundle org.osgi.annotations is not available. Of course org.eclipse.osgi doesn't need the annotations at runtime, but since I have to load this bundle in my workspace at development time, I'm left with lots of unresolved compile errors.

I searched around quite a bit, and can't find the org.osgi.annotations bundle. Anyone know where I can get it?


Solution

  • The official download is on the OSGi Alliance website. On this page you are looking for "OSGi Core Release 6 Annotation Code".