Reputation: 33
I clicked start button in typesafe.
But not application started.
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128M; support was removed in 8.0
error: error while loading CharSequence, class file '/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/rt.jar(java/lang/CharSequence.class)' is broken
(bad constant pool tag 18 at byte 10)
Type error in expression
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?
Then outputted log like the above.
What should I do?
Upvotes: 0
Views: 236
Reputation: 33
I edited play-project/project/build.propaties
...
sbt.version=0.12.2
...
to
...
sbt.version=0.13.7
...
Then application started.
Upvotes: 2