最近在做一个项目时,MyEclipse出现这个故障,Building workspace has encountered a problem.Error occured during the build. 经过尝试,其他方法无效,下面这个方法完美解决了这个问题。
方法/步骤
-
关闭当前工作空间,即关闭MyEclipse.
-
找到工作空间下的
"/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.ast.deploy.core.prefs”
该文件内容如下:
-
删除刚才找到的com.genuitec.eclipse.ast.deploy.core.prefs 文件。
-
重启MyEclipse,故障解除!