Good question. Afaik there is no compatible version with java6, we switched to Java7 for neo4j-jdbc with neo4j's upgrade to java7.
So you might be best of using plain REST using Jersey in Java6. http://neo4j.com/docs/stable/server-java-rest-client-example.html#_sending_cypher <http://neo4j.com/docs/stable/server-java-rest-client-example.html#_sending_cypher> Michael > Am 22.12.2015 um 22:24 schrieb Roopa ML <[email protected]>: > > We are using Java 6. > What version of neo4j-jdbc is compatible with this? > > On Tuesday, April 1, 2014 at 6:09:00 PM UTC-4, BtySgtMajor wrote: > Hi all, > > Given that both the Java REST binding and the JDBC drivers are available > (both of which can communicate w/ a Neo4j server via REST), besides the > usage/familiarity with them, what are the real differences/pros/cons between > the two, if any at all? I've been going through both and am curious. > > Michael Hunger, maybe you could weigh in? > > Cheers, > Duncan > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
