Non-osgi library usage in an osgi application
Is it possible to use a non-osgi library with an OSGi application? For an example, I'm developing a semantic based search engine, and I am using a third party Natural Language Processing library for it ( http://wiki.opencog.org/w/RelEx_Dependency_Relationship_Extractor ). Is it possible to interface such a library which doesn't suport OSGi, as a couple of jar files, with my OSGi application? Piotr As it was written in previous answers you have two options if you want to use additional libraries in your bundles: embedding library jars in a bundle in which it will be used, creating a valid OSGi