Closed jbmusso closed 10 years ago
Definitely looks like a node-java compilation issue.
Unsupported major.minor version 51.0
Means it's trying to load files compiled with a different runtime. I believe the general solution for this is to explicitly set JAVA_HOME
before running npm install (I keep it set in my ~/.bash_profile
).
@gulthor did that help at all?
Just updated ~/.bash_profile
accordingly: problem solved. Thanks!
(Sorry for the long reply, I was a bit busy yesterday.)
Hi there!
I finally have some time to play around with gremlin-node/titan. I'm getting an exception when instantiating Gremlin with latest titan-node from npm:
Exception caught:
This using Titan v0.4.1 with BerkeleyDB backend.
This is with the latest version of Java installed.
Note that I'm under OS X 10.8.5, even though that shouldn't matter much.
Any thoughts?
Cheers,