Scalala: IncompatibleClassChangeError in Quickstart

I am trying to follow the Scalala Quick Start Guide .

I built everything using SBT (according to the instructions) and it passed all the tests when I started test.

I am trying to use the interactive exploration function through the console, but I am experiencing a strange error that I do not understand:

$ java -jar target/scala_2.8.1/scalala*.min.jar
Loading /var/folders/jZ/jZv35kbwGtSJ1VOYuEDnvU+++TM/-Tmp-/scalala-startup-7730142659387602212.scala...
Exception in thread "Thread-2" java.lang.IncompatibleClassChangeError
    at java.lang.Thread.run(Thread.java:680)

What is going wrong and how to fix it?

+3
source share

All Articles