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 Natur
Yes, it is possible. You have two options:
Firstly, you can include all packages from external library into private-package section of your bundle. It will include all this packages into jar with your application. The second option is to make a valid osgi bundle from external library.