Have a look at the JDBC driver. https://github.com/neo4j-contrib/neo4j-jdbc#minimum-viable-snippet
The dependency is available from http://m2.neo4j.org/content/repositories/releases/org/neo4j/neo4j-jdbc/2.0.1/ It should help you get going. Michael On Fri, Apr 25, 2014 at 7:26 AM, Gaurav Bisht <[email protected]>wrote: > Hello everyone, > > I am new to neo4j graph database and i am using neo4j community 2.0.1 exe > which i would like to embed with the swing program. > Please can someone provide the guidance to connect my swing application > program with neo4j and have searched a lot but could not find the > appropriate answer. > I am unable to embed the org.neo4j.graphdb package. > > Please provide the valuable solution. > > Thanks, > Gaurav > > -- > 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. > -- 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.
