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.....
--
Regards,
Lloyd Dupont
NovaMind Software
Mind Mapping at its best www.nova-mind.com
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.