Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem run-time with Java 6 #58

Open
andrew32768 opened this issue Apr 23, 2015 · 1 comment
Open

Problem run-time with Java 6 #58

andrew32768 opened this issue Apr 23, 2015 · 1 comment

Comments

@andrew32768
Copy link

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.

@hakandilek
Copy link
Owner

hakandilek commented Apr 23, 2015 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants