1.编辑manifest.mf文件 Main-Class:空格 你的类名 回车
2.打包 jar cvfm 类名.jar manifest.mf 类名.class
3使用 java -jar 类名.jar