開發:異常收集之 執行jar包的問題

執筆記憶的空白發表於2014-11-07

今天,在測試一個專案,打成jar包進行測試,入口就是main方法



在本地cmd環境測試通過,放到linux伺服器 發現執行java -jar  XXX 失敗


異常:

Exception in thread "main" com.sun.xml.internal.ws.model.RuntimeModelerException: runtime modeler error: Wrapper class _1._0._168._92.LoginMemberMessage is not found. Have you run APT to generate them?



後發現伺服器的jdk版本是 1.5    將其更新到1.7   執行成功~

相關文章