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

来源:互联网 发布:nuity3d 用lua封装java 编辑:程序博客网 时间:2024/06/10 11:47

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

0 0