How to change a referenced classprovider in Eclipse?

后端 未结 3 1014
抹茶落季
抹茶落季 2021-02-18 19:05

I uninstalled the maven plugin but when trying to run the project that was perfectly running before the plugin I have \"Referenced classpath provider does not exist: org.maven.i

相关标签:
3条回答
  • 2021-02-18 19:55

    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.

    0 讨论(0)
  • 2021-02-18 20:00

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

    I commented out string with CLASSPATH_PROVIDER.

    0 讨论(0)
  • 2021-02-18 20:01

    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

    0 讨论(0)
提交回复
热议问题