JayceLi  

2010年11月10日

摘要: 命令行:>jar cvfm jarfilename.jar MANIFEST.MF file1 file2 ...其中,file1... MANIFEST.MF等都在当前目录下,file1...可以是.class ,也可以是包含.class的文件夹,是.class文件时要加后缀名。 阅读全文
posted @ 2010-11-10 23:18 JayceLi 阅读(118) 评论(0) 推荐(0) 编辑