liunx系统环境下,爆出该错误"org.eclipse.wst.validation" has been removed解决办法

简介: 导出maven工程遇到的问题,"org.eclipse.wst.validation" has been removed,还以为是工程本身的问题,后来发现是eclipse的问题。   解决办法:你项目的存放文件夹(工作空间)下的隐藏文件.

导出maven工程遇到的问题,"org.eclipse.wst.validation" has been removed,还以为是工程本身的问题,后来发现是eclipse的问题。

 

解决办法:你项目的存放文件夹(工作空间)下的隐藏文件.metadata

 把D:\kaola\kaolaWorkSpace\.metadata\.plugins\org.eclipse.core.runtime\.settings 下的org.eclipse.wst.validation.prefs 删除就可以了 
 
参考资料:
http://stackoverflow.com/questions/21414565/updating-maven-project-has-encountred
 
参考以下解决办法,未能解决:

Same probleme here, there the solution I fix it

  • Open the .project file with your prefered text editor.

  • delete the node that is about "org.eclipse.wst.validation"

  • Close your project

  • Open your project

  • Launch Maven Update...

Should be good.

Another way to fix it, if you don't want to change your .project config (or if you had several projects that must be fixed)

  • Close your workspace (or eclipse)

-move out <WorkspaceDir>\.metadata\.plugins\org.eclipse.core.resources\.projects from the workspace directory

-reopen you workspace

  • close it again

-move back the .projects dir (say yes to replace questions ? )

  • open you workspace

  • Launch Maven Update

Should be good

 

参考以下答复,解决问题:

It appears that deleting the file org.eclipse.wst.validation.prefs in the directory .metadata/.plugins/org.eclipse.core.runtime/.settings (default settings for workspace) or .settings in each individual project will cause the settings for validation to be reset to their original settings. You can then use validation without getting error messages and try resetting the options from there. However, I'm not sure what combination of settings would cause the problem to reappear. However, if it does, you can repeat the process.

相关文章
|
20天前
|
Android开发
【eclipse】pom.xml 红叉的解决办法
【eclipse】pom.xml 红叉的解决办法
7 0
|
6月前
|
应用服务中间件 Android开发
Eclipse启动tomcat项目乱码而终端启动tomcat正常的解决办法
Eclipse启动tomcat项目乱码而终端启动tomcat正常的解决办法
|
12月前
|
Android开发
Eclipse 导入项目提示No projects are found to import解决办法
使用Eclipse导入项目时遇到No projects are found to import提示的解决办法。 这是因为导入的文件里面缺少两个文件: .classpath .project 在这里三种方案: 1、其他项目中直接复制这两个文件,然后更改一下“.project”文件中的项目名即可 2、在Eclipse中新建一个项目,与需要导入的项目名一致,然后将项目代码文件直接复制到新项目中即可 3、或者自己新建文件填入以下信息:
529 0
|
Ubuntu Java Android开发
Ubuntu下运行Eclipse时一些错误的解决办法:
Ubuntu下运行Eclipse时一些错误的解决办法:
122 0
|
Java Android开发
Eclipse中输入点号(.)不提示类成员(函数、字段)的解决办法
Eclipse中输入点号(.)不提示类成员(函数、字段)的解决办法
152 0
Eclipse中输入点号(.)不提示类成员(函数、字段)的解决办法
|
Android开发
解决办法:Eclipse卡死在“revert resources”,进度一直为0
解决办法:Eclipse卡死在“revert resources”,进度一直为0
238 0
|
IDE Java 开发工具
解决办法:eclipse查看安卓8.0及以上设备的LOG
解决办法:eclipse查看安卓8.0及以上设备的LOG
78 0
|
Java 应用服务中间件 Maven
Eclipse中targetlm2e-wtplweb-resources\META-1(Click for details)解决办法
最近总是发现我的eclipse里面的maven项目总是报错误时不时地出现,然后我自己更新一下maven项目,这个错误又消失了,错误如下:
Eclipse中targetlm2e-wtplweb-resources\META-1(Click for details)解决办法
|
C语言 Android开发 C++
Eclipse/NSight解决办法:unsolved inclusion stdio.h/map/string/queue/list
Eclipse/NSight解决办法:unsolved inclusion stdio.h/map/string/queue/list
97 0
Eclipse/NSight解决办法:unsolved inclusion stdio.h/map/string/queue/list
|
Android开发
Eclipse出现:元素 'beans' 必须不含字符 [子级], 因为该类型的内容类型为“仅元素”....解决办法
Eclipse出现:元素 'beans' 必须不含字符 [子级], 因为该类型的内容类型为“仅元素”....解决办法
197 0