jar commands

//list files in jar

jar tf xx.jar      

//update file in jar

jar uvf xx.jar newfile

jar uvf xx.jar org.google.newclassfile  // newclassfile in ./org/google/

//extract jar

jar xf xx.jar

扫描二维码关注公众号,回复: 621411 查看本文章

References

http://blog.163.com/yde1208@126/blog/static/958727092012101311253447/

http://nicegege.iteye.com/blog/1181072

http://blog.csdn.net/zhang_red/article/details/17142263

猜你喜欢

转载自ylzhj02.iteye.com/blog/2080655
今日推荐