码迷,mamicode.com
首页 > 系统相关 > 详细

MyEclipse Servers视窗出现“Could not create the view: An unexpected exception was thrown”错误解决办法

时间:2019-10-25 13:07:44      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:exce   点击   错误解决   解决   project   errors   serve   并且   lips   

打开所在的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 ...解决方法 ,感兴趣的同学参考下。

问题描述:

Errors occurred during the build. Errors running builder ‘DeploymentBuilder‘ on project ‘myf‘. java.lang.NullPointerException

原因分析:

此问题一般发生在Myeclipse 保存文件并自动部署时候。本人在写项目的时候,还没等部署好,关闭了了myeclipse 10,结果出现了这种情况。有一种产生此错误的原因是因为此项目不不是由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”

取消myeclipse的自动部署:
右键点击项目 ->properties -> Builders,将DeploymentBuilder勾选去除.

MyEclipse Servers视窗出现“Could not create the view: An unexpected exception was thrown”错误解决办法

标签:exce   点击   错误解决   解决   project   errors   serve   并且   lips   

原文地址:https://www.cnblogs.com/luckgood/p/11737198.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!