MyEclipse错误积累--持续更新

错误1

Could not create the view: An unexpected exception was thrown. Myeclipse

解决办法:
删除你工作空间的一个文件,如下:



错误2

Errors occurred during the build.
Errors running builder 'DeploymentBuilder' on project 'xxx'.
java.lang.NullPointerException
注意:xxx表示你的项目名

产生此错误的原因:此项目不是由你的myeclipse创建的,所以需要检查.project 文件,并且添加com.genuitec.eclipse.j2eedt.core.webnature

解决办法:
1、首先关闭MyEclipse工作空间。
2、然后删除工作空间下的
“/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.ast.deploy.core.prefs”
3.取消myeclipse的自动部署:(可有可无,根据自己测试看看)
右键点击项目 ->properties -> Builders,将DeploymentBuilder勾选去除.


 

我的CSDN博客地址:http://blog.csdn.net/yannanying
原文地址:https://www.cnblogs.com/yannanying/p/4342746.html