我提取了现有的WAR文件内容,修改了很少的图像。现在,我必须使用从原始WAR文件中提取的代码,再次将其重新创建为war文件。
我正在做linux的工作。
知道我们怎么才能重新创建war文件。
谢谢
-山姆
发布于 2013-12-30 07:15:16
您可以再次使用java命令行实用程序创建war文件:
jar -cvf yourwar.war updatedContentsdir在这里了解更多:
http://docs.oracle.com/javase/tutorial/deployment/jar/build.html
https://stackoverflow.com/questions/20834994
复制相似问题