JUnit NoSuchMethodError:带有Play测试的CompilationResult.getErrors()

时间:2012-07-12 10:22:54

标签: junit playframework playframework-1.x

我正在尝试从命令行运行Play 1.2.3测试并得到此错误:

[junit] Testcase: initializationError(com.package.MyTest):  Caused an ERROR
[junit] org.eclipse.jdt.internal.compiler.CompilationResult.getErrors()[Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
[junit] java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult.getErrors()[Lorg/eclipse/jdt/core/compiler/CategorizedProblem;

我尝试添加几个Eclipse和Jasper罐子但到目前为止没有运气。

1 个答案:

答案 0 :(得分:0)

通过将gwt-dev-2.1.1.jar添加到类路径来修复。