我使用Eclipse靛藍和在我的項目文件如下:缺少建設者(org.maven.ide.eclipse.maven2Builder)
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>new project</name>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
<buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
</natures>
</projectDescription>
我有M2E - Maven的集成爲Eclipse安裝。但是我在Builders屬性下找到Missing builder(org.maven.ide.eclipse.maven2Builder),並且我得到一個java.lang.ClassNotFoundException異常:當我嘗試從我的項目運行一個類文件時。
我想我缺少一些東西在配置某處或插件?
感謝
更改爲org.eclipse.m2e.core爲我工作! – vee
從Eclipse Indigo 3.7.2升級到Juno 4.2.1並安裝最新的m2e與以前安裝的舊版m2e相比,此處同樣存在問題。這個解決方案馬上工作。 –