Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change a referenced classprovider in Eclipse?

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.ide.eclipse.launchconfig.classpathprovider". I assume I have to change the launch configuration for the project. Can anyone provide the steps to do so? Thank you.

like image 942
user496547 Avatar asked Nov 04 '10 06:11

user496547


1 Answers

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.

like image 124
hithwen Avatar answered Sep 23 '22 23:09

hithwen