当前位置: 代码迷 >> Ruby/Rails >> myeclipse ctrl+s 的时分报 Errors occurred during the build
  详细解决方案

myeclipse ctrl+s 的时分报 Errors occurred during the build

热度:155   发布时间:2016-04-29 02:20:34.0
myeclipse ctrl+s 的时候报 Errors occurred during the build.

在myeclipse自动编译的时候,总是提示这个错误

?

Errors occurred during the build.
Errors running builder 'JavaScript Validator' on project 'XXXX'.
java.lang.NullPointerException

?

去掉JavaScript Validator验证的方法:

选择一个项目—-右键Properties—-Builders—-取消第2个“JavaScript Validator”的勾就OK了

  相关解决方案