替换Jar包中的一个文件 Replace a file in a JAR
例如:
jar uf myJarFile.jar com\vsoft\servlet\myServlet.class
This will replace the class myServlet.class inside the myJarFile.jar with a new one located in com\vsoft\servlet\myServlet.class
例如:
jar uf myJarFile.jar com\vsoft\servlet\myServlet.class
This will replace the class myServlet.class inside the myJarFile.jar with a new one located in com\vsoft\servlet\myServlet.class
