I am developing OSGi packages using Eclipse. I am testing code using the Eclipse OSGi runtime configuration.
The code works well here, but when I export packages as banks and try to use them in a different environment (like pax-runner), I get ClassNotFound exceptions at runtime. Ligaments are installed normally, without errors. I execute the equinox command: "diag bundle-number" and it says: "There are no unresolved restrictions" for each package.
I would like to know if there is a tool / method for this .jar package if it needs any external library that is not described in the .mf manifest.
source
share