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 を含めることで修正することjavac
がありscalac
ます。しかし、この場合、他にどのjarを追加できるかわかりません。