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

UnsupportedClassVersionError #6

Open
barbolani opened this issue Apr 7, 2015 · 2 comments
Open

UnsupportedClassVersionError #6

barbolani opened this issue Apr 7, 2015 · 2 comments

Comments

@barbolani
Copy link

Using java version 1.7.0_51, I get this error when starting my Play app. Are there any specific features of this plugin and/or Guice that require higher Java versions? Should be documented somewhere at least.

java.lang.UnsupportedClassVersionError: akkaGuice/AkkaGuicePlugin : Unsupported major.minor version 52.0
@chanan
Copy link
Owner

chanan commented Apr 7, 2015

I do use Java 8, but I thought we did work a few months ago to get AkkaGuice working with Java 7. Give me a day to check it out. In the meantime, if you can find the location that it thinks is Java 8, let me know.

@chanan
Copy link
Owner

chanan commented Apr 7, 2015

Sorry, I take that back. The sample app does use Java 8, but it is only in the sample. If you want, clone the repo to your machine and delete: https://github.com/chanan/AkkaGuice/blob/master/app/services/AbstractActorService.java plus anything that references it. That should then work for you. The plugin itself should work in Java 7 without an issue.

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