maloney
maloney

Reputation: 1663

Eclipse runtime error

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

Answers (1)

Suresh Atta
Suresh Atta

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.

I read here

Upvotes: 1

Related Questions