You might be happy to know that Jar file are none other than zip file with a
different extension!
There is an API to read ZIP file in .NET2, I just can't find it... :-/
In case I'm mistaken you could always use:
http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx
but it has a few bug.....

Signature
Regards,
Lloyd Dupont
NovaMind Software
Mind Mapping at its best
www.nova-mind.com
> Hi all,
>
> Do you know a open-source .NET compression library that supports .jar
> format?
>
> thanks.
daniele.mucciola@gmail.com - 21 Jun 2007 13:40 GMT
My application must extract an .xml file from a .jar, change it and
compress again all.
I used for this the SharpZipLib but the new compress .jar file is
ruined and it don't work, and
so I don't think SharpZipLib compression library supporting .jar
format.
(I cannot find the Zip Api)
Thanks anyway.
Lloyd Dupont ha scritto:
> You might be happy to know that Jar file are none other than zip file with a
> different extension!
[quoted text clipped - 10 lines]
> Mind Mapping at its best
> www.nova-mind.com