【MyEclips】“Could not create the view: An unexpected exception was thrown”错误解决

迈不过友情╰ 2022-07-14 13:51 244阅读 0赞

打开MyEclipse所在的wordspace文件夹,在下面子文件夹

.metadata.plugins\org.eclipse.core.runtime.settings

删除

com.genuitec.eclipse.ast.deploy.core.prefs

问题就解决了。

另外还有一类报错:

Myeclipse错误:Errors occurred during the build. Errors running builder ‘DeploymentBuilder’ on project …

错误原因:

1、在编写项目的时候,还没等部署好,就关闭了了myeclipse 10,会出现这种问题。
2、当项目不是由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”

发表评论

表情:
评论列表 (有 0 条评论,244人围观)

还没有评论,来说两句吧...

相关阅读