>Is there a "standard" way to allow a bundle access to another
>bundles classpath?

Just checking that you understand the usual way to achieve this is for one bundle to import a package and the other bundle to export the same package. The importing bundle's class loader then delegates to the exporting bundle's class loader for relevant class loads and resource accesses.

Glyn
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to