RayRoestenburg / akka-in-action

Accompanying source code for akka in action
https://www.manning.com/books/akka-in-action
MIT License
750 stars 423 forks source link

class file is broken #3

Closed SaschaMoellering closed 10 years ago

SaschaMoellering commented 10 years ago

Hi,

I started reading your book and trying out the examples, but I get an error building the first example:

saschas-mbp:chapter2 saschamoellering$ sbt assembly error: error while loading CharSequence, class file '/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/rt.jar(java/lang/CharSequence.class)' is broken (bad constant pool tag 18 at byte 10)

mschlech commented 10 years ago

Hi Sascha, Have you tried to switch to another jave version? Best Marcus

SaschaMoellering commented 10 years ago

Hi Marcus,

JDK 1.7 is working, thx.

Regards, Sascha

RayRoestenburg commented 10 years ago

Hi guys, Thanks for reporting this, I'll make sure it also works with Java 8, must be an outdated scala version.