On Fri, Jun 20, 2008 at 4:11 PM, Thomas Joseph <[EMAIL PROTECTED]> wrote: > I am embedding few jars inside my bundle and reffered them in my > Bundle-Classpath entry. > > Now I would like my code to access all the *.xml files inside those embedded > jars.
Well, I think you can read the Bundle-Classpath from the Bundle.getHeader() (or something like that), and then retrieve the Jars as resources from the bundle, then scan those jars... I guess. A lot of work. Cheers Niclas _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
