解决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路径配置不当。

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