You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After compiled when I call http://localhost:9000 is showed this error: play/utils/crud/GlobalCRUDSettings : Unsupported major.minor version 51.0
I tried to add this row in build.sbt:
Hi there, I think that's because the library in maven repo is compiled
with Java 1.7. You can try to recompile it and see if you still have the
same problem.
After compiled when I call http://localhost:9000 is showed this error: play/utils/crud/GlobalCRUDSettings : Unsupported major.minor version 51.0
I tried to add this row in build.sbt:
javacOptions ++= Seq("-source", "1.6", "-target", "1.6")
but it didn't work. How can I solve this problem?
Thanks in advance.
The text was updated successfully, but these errors were encountered: