Scala error: class file is broken, bad constant pool index -


i'm trying call selenium java libraries scala. i'm using scala ide (eclipse), , scala 2.10.2. causing compiler error?

error while loading function, class file '/dev/selenium-2.35.0/libs/guava- 14.0.jar(com/google/common/base/function.class)' broken  (class java.lang.runtimeexception/bad constant pool index: 0 @ pos: 479)    

sometimes fix broken class file errors including more jars -- jars javac not need see, apparently scalac does. case don't know other jars can add.

found answer. it's caused this: https://code.google.com/p/guava-libraries/issues/detail?id=1095. error disappeared when added jsr305 jar.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -