导出时指定类,直接运行jar包会执行指定类的main方法
java -jar Xxx.jar
运行其他类的main方法
java -classpath Xxx.jar com.xxx.classname