-
Notifications
You must be signed in to change notification settings - Fork 1
UnsupportedClassVersionError #26
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
Comments
I am getting this too, now. @eightysteele any suggestions? some versioning error. |
I think @robinkraft sorted this out. Robin, what was the fix? |
Great. I just wrote a project (up until the cartodb upload) to harvest the On Sat, Jun 22, 2013 at 8:53 PM, Aaron Steele [email protected]:
|
I don't remember, sorry. Probably a deps or java version issue. |
Yes. This was the issue. You need to have the official, Oracle version of JDK, found here. I will start a new issue to add this to the README. |
That sucks. Maybe open an issue/support message w cartodb about their java library? On Jun 24, 2013, at 8:20 AM, Dan [email protected] wrote:
|
Thanks guys for the reply, and sorry for not getting to this earlier. |
Seems this is an issue with |
The major difference seems to be the addition of the official CartoDB Java client, replacing the version @eightysteele had forked. |
When compiling simple code with the cartodb-clj library an UnsupportedClassVersionError error comes up. I recall seeing that before on someone's machine during the EcoHack. How did we solve it?
~/dev/weatherbill/projects/blue-marble/banzai$ ../../../tools/lein2 do clean, compile, jarhadoop
Compiling com.climate.banzai.cartodb.hadoop.cartodb
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/cartodb/impl/SecuredCartoDBClient : Unsupported major.minor version 51.0, compiling:(core.clj:1)
at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3387)
at clojure.lang.Compiler.compile1(Compiler.java:7035)
at clojure.lang.Compiler.compile1(Compiler.java:7025)
The text was updated successfully, but these errors were encountered: