BrandonMXB
BrandonMXB

Reputation: 89

java.lang.NoClassDefFoundError: scala/StringContext

Scala, Play in CentOS

I'm not totally sure how to explain this error, because I'm diving head first into a framework I don't know much about. But if it is a common error, someone here should be able to help me.

Basically, I'm trying to "play" a project, and I get this error. What's the problem, some direction please.

http://pastebin.com/WqdNHNF1

Upvotes: 1

Views: 646

Answers (1)

abbas
abbas

Reputation: 7109

You might be compiling it with the wrong version of play.

Upvotes: 1

Related Questions