Using sbt 0.13.8, OS X 10.10.4 and Java JDK 1.8.0_51, I get this error when running sbt in the directory to which this project has been cloned:
error: error while loading CharSequence, class file '/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre/lib/rt.jar(java/lang/CharSequence.class)' is broken
(bad constant pool tag 18 at byte 10)
[error] Type error in expression
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?
Using sbt 0.13.8, OS X 10.10.4 and Java JDK 1.8.0_51, I get this error when running
sbt
in the directory to which this project has been cloned: