替换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

posted @ 2016-07-20 16:20  木子执手  阅读(483)  评论(0编辑  收藏  举报