I believe you need to get an InputStream for a.jar, wrap it in a JarInputStream and then find the file you're looking for.
On Mon, May 3, 2010 at 7:27 AM, Ivan <xhh...@gmail.com> wrote: > Hi, > Is there a simple way to read an entry in an embbed jar file of the > bundle ? For a bundle with the structure below : > /META-INF > a.jar > /META-INF/a.xml > > What is the correct entry path for the a.xml file ? > Thanks ! > -- > Ivan >