Difference between revisions of "Adding Third Party Libraries"

From RifidiWiki

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

Revision as of 16:26, 15 December 2015

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