Eclipse >> Create plugin from jars
>> Source: http://www.vogella.com/tutorials/EclipseJarToPlugin/article.html
>> Create a new plug-in project by selecting File → New → Project → Plug-in Development → Plug-in from Existing JAR Archives.
>> Add the JAR files
>> All the packages from your JAR files should be included in the exported packages as OSGi will otherwise prevent other plug-ins from accessing them