解決Failure executing javac, but could not parse the error

Maven install 時出現如下問題:

Failure executing javac, but could not parse the error: 

此類問題出現的原因一般都是因爲jdk或者jre路徑配置有問題, 檢查下Myeclipse-->preferences-->Java-->installed JREs是否使用的自行安裝的jre所在路徑。

或者檢查下環境變量的配置,參考http://jingyan.baidu.com/article/f96699bb8b38e0894e3c1bef.html  

經過重新配置環境變量路徑後得到解決,原因是jdk路徑配置不當。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章