照着书上敲了一遍
jar -cvmf mainfest.txt hello.jar com
却提示hello.jar没有主清单属性。打开jar包查看MANIFEST.MF。写在manifest.txt里面的Main-class信息没有写入进去。原来是,注意:
java--manifest.txt写入jar包
原文:https://www.cnblogs.com/staynight/p/15208388.html