Hi I have a bundle "A" that include the xml-apis.jar file. I would like to export for the other bundles the package "org.w3c.dom". In my manifest of the bundle "A" I have: Export-Package: org.xml.sax and on the others bundles: Import-Package: org.xml.sax The problem is that I become a "java.lang.ExceptionInInitializerError" caused by "Caused by: java.lang.ClassNotFoundException: org.xml.sax.ContentHandler" I don't understand the problem... Thank you for the help Antonio
-- View this message in context: http://www.nabble.com/Export-Import-of-a-package-from-a-jar-file-included-in-a-bundle-tp19876398p19876398.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

