-
Notifications
You must be signed in to change notification settings - Fork 58
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
Unsupported major.minor version 51.0 #44
Comments
This is likely a Java version mismatch. Are you by chance using Speclj version 2.6.0? That version was mistakenly compiled to a Java 1.7 target. And if you're running on a mac, Apple is still distributing Java 1.6. If this is the case, simply upgrade to Speclj 2.6.1. Otherwise, tell me more please. On May 8, 2013, at 4:43 PM, Matthew Boston [email protected] wrote:
|
Looks like I've got |
Wow! You're on the bleeding edge. I deployed that version only a couple hours ago. Well, I'm not sure how that release got out with the wrong .class files. But rather than make release a new version, I've pushed an updated release of 2.7.0. If you delete your maven cache (see below) all should be well. Please let me know how it turns out. clean maven cache of speclj 2.7.0...rm -rf ~/.m2/repository/speclj/speclj/2.7.0/ On May 8, 2013, at 4:52 PM, Matthew Boston [email protected] wrote:
|
Awesome! Worked like a charm. Closing. Thanks, Micah. |
full stack trace here:
my leiningen and java version:
The only thing I can come up with is from this other issue mmcgrana/clj-json#23
The text was updated successfully, but these errors were encountered: