java执行程序

执行jar

java -jar x.jar

执行jar里边指定class

java -cp x.jar x.x.x

原文地址:https://www.cnblogs.com/zhanghaoh/p/4073743.html