如何将文件夹打包成jar包

https://www.cnblogs.com/mq0036/p/8566427.html#a11

https://blog.51cto.com/u_13766198/4638785

简单hello项目打包:

jar -cvf MyXMLReader.jar MyXMLReader.class MyXMLReader\$inputStreamThread.class

然后添加 Main-Class: MyXMLReader:

添加主配置清单

Categories:

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注