How to change a referenced classprovider in Eclipse?

谁都会走 提交于 2019-12-03 22:35:40

This helped me http://sha.nnoncarey.com/blog/archives/33

If you get this error when launching a Run Configuration in Eclipse with the IAM (Maven) >plugin:

Referenced classpath provider does not exist: >org.maven.ide.eclipse.launchconfig.classpathProvider

It’s probably because your Run Configuration was created on an old project, and has bad >entries in the Classpath section. The solution is to delete the Run Configuration and create >a new one.

The project could be having old/incorrect settings. Assuming it is a maven project, one possibility is you could regenerate the Eclipse settings for the project by

mvn eclipse:clean eclipse:eclipse

This link helped me: http://osdir.com/ml/web.webobjects.woproject.devel/2005-09/msg00090.html

I commented out string with CLASSPATH_PROVIDER.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!