Adding Third Party Libraries

From RifidiWiki

Revision as of 16:26, 15 December 2015 by Bppause (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You can add third party libraries to Rifidi if you need them for your application. In order to use them (assuming you have an OSGI jar file),

  • Note: Steps for creating a osgi manifest for a third party library in eclipse

http://www.vogella.com/tutorials/EclipseJarToPlugin/article.html

  1. go to Start>New and create a project from a jar archive.
  2. Add all of the jars you wish to make available when prompted,
and under "Target Platform" select "an OSGI framework" and "Equinox".  
  • Note: You'll need to add the project to the run configuration manually.

Steps for adding OSGI bundles to run configuration are here How to add OSGI Bundles

When you export, follow the how to export your custom Rifidi application guide.

  • Note :Be sure to select both your application file and all libraries that depend on it when you export.
Personal tools