Hi all, I was trying to use some libs that are provided by third party, like jdbc libs (for example: mysql-connector), xml access libs ( like jdom) and other, outside the Felix, but did not have success yet.
What I already did is to put in the manifest.mf file this: Bundle-Classpath: .,lib/jdom-1.0/jdom.jar DynamicImport-Package: * But what I got is: "INFO: Class path entry not found: lib/jdom-1.0/jdom.jar" and a Exception: "JarContent: java.util.zip.ZipException" saying that it cannot find the specified path What do I have to do to have it working? Do I have to pack all of it with my bundle jar? Is there any way to do this? Best Regards, Ivo K. Koga