Delete file from jar file
HiCan anybody tell me how to delete a specific file from a jar programticaly? Any open source library is available?ThanksJobinesh
[157 byte] By [
Jobinesha] at [2007-11-27 8:58:43]

thank you very much Calvino for the response.Yes I mean to deletet the file from jar inside a java program. I happened to look at the JarURLConnection class , but didn't able to find anything useful. Can you pls explain in detailThanksJobinesh
I don't think it's in the standard, actually. A jar file is basically a zip, and when you delete from a zip you generally just create a new version without the deleted files.jar files are not modified, they are rebuilt.