Class not found: org.eclipse.jdt.core.JDTCompilerAdapter

Class not found: org.eclipse.jdt.core.JDTCompilerAdapter

ant调用eclipse的jdt出现这个错误,检查类名书写是否正确,是否有空格。 <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>

关键是把jdtCompilerAdapter.jar和org.eclipse.jdt.core_3.x.x.jar 复制到 ant/lib目录下。

你可能感兴趣的:(compiler)