你沒有在Jar 的Manifest file 裡指定Main class, 也沒有在執行的時候指定, 所以出現這個錯誤訊息, 指定一下你的Main class 即可, ex: java -jar aa.jar MyMainClass ...
www.programmer-club.com.tw