我正在尝试从 Scala 调用 Selenium Java 库。我正在使用 Scala IDE (Eclipse) 和 Scala 2.10.2。是什么导致了这个编译器错误?
error while loading Function, class file '/Dev/selenium-2.35.0/libs/guava-
14.0.jar(com/google/common/base/Function.class)' is broken
(class java.lang.RuntimeException/bad constant pool index: 0 at pos: 479)
有时我会通过包含更多 jar 来修复损坏的类文件错误——这些 jarjavac
不需要查看,但显然需要查看scalac
。但在这种情况下,我不知道我可以添加哪些其他罐子。