2013-04-24 72 views
0

我只是重新啓動我的Eclipse,現在當我嘗試通過運行配置其顯示的錯誤運行我的項目:Eclipse運行時錯誤

Referenced classpath provider does not exist: org.eclipse.m2e.launchconfig.classpathProvider 

任何想法的問題是什麼?

感謝,

+0

創建一個新的運行配置。 – NINCOMPOOP 2013-04-24 10:48:33

+0

你是否從eclipse移動到另一個Eclipse版本? – Khalil 2013-04-24 10:50:32

+0

刪除該項目的運行配置並重新創建它。 – 2013-04-24 10:51:38

回答

1

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