Reputation: 1663
I just restarted my Eclipse and now when I try to run my project via run configuration it is showing this error:
Referenced classpath provider does not exist: org.eclipse.m2e.launchconfig.classpathProvider
Any ideas what the problem is?
Thanks,
Upvotes: 0
Views: 704
Reputation: 122026
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.
Upvotes: 1