Difference between revisions of "Adding Third Party Libraries"

From RifidiWiki

Jump to: navigation, search
(New page: =Adding Third Party Libraries= 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), go to start>n...)
 
Line 1: Line 1:
=Adding Third Party Libraries=
 
 
 
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), go to start>new and create a project from a jar archive.  Add all of the jars you wish to make available when prompted, and under "Target Platform" select "an OSGI framework" and "Equinox".  You'll need to add the project to the run configuration manually.   
 
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), go to start>new and create a project from a jar archive.  Add all of the jars you wish to make available when prompted, and under "Target Platform" select "an OSGI framework" and "Equinox".  You'll need to add the project to the run configuration manually.   
  
 
When you export, follow the [How_to_export_your_custom_Rifidi_application] guide.  Be sure to select both your application file and all libraries that depend on it when you export.
 
When you export, follow the [How_to_export_your_custom_Rifidi_application] guide.  Be sure to select both your application file and all libraries that depend on it when you export.

Revision as of 03:50, 9 April 2012

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), go to start>new and create a project from a jar archive. Add all of the jars you wish to make available when prompted, and under "Target Platform" select "an OSGI framework" and "Equinox". You'll need to add the project to the run configuration manually.

When you export, follow the [How_to_export_your_custom_Rifidi_application] guide. Be sure to select both your application file and all libraries that depend on it when you export.

Personal tools