Eclipse使用过程中出现java.lang.NoClassDefFoundError的解决方案
如果jdk,classpath设置正确,突然在eclipse报错,则可能可以这么处理:
Eclipse使用过程中出现java.lang.NoClassDefFoundError的解决方案
在网络上找到一盏明灯,方法如下:
把properties属性里的java compiler-->building-->abort build when build path errors occur 前的勾去掉了
这样就ok 了。
正解啊,以前经常碰到,没想到这才是解决方案。