Re: [Neo4j] Embedded database starting problem in Neo4j 2.1.1

2014-09-16 Thread Jeyaganeshan Jeyatharsini
It's really helpful answer.. Thank you so much On Tuesday, 16 September 2014 16:24:22 UTC+5:30, Michael Hunger wrote: > > You can access the database directly either from java or the server, not > from both at the same time. > Access to the database files is exclusive. > > There are two more opti

Re: [Neo4j] Embedded database starting problem in Neo4j 2.1.1

2014-09-16 Thread Michael Hunger
You can access the database directly either from java or the server, not from both at the same time. Access to the database files is exclusive. There are two more options: 1. Use the Neo4j-JDBC driver: https://github.com/neo4j-contrib/neo4j-jdbc#minimum-viable-snippet 2. Write your Java Code (rou

[Neo4j] Embedded database starting problem in Neo4j 2.1.1

2014-09-16 Thread Jeyaganeshan Jeyatharsini
I have installed Neo4j 2.1.1 in the directory of C:\Program Files\Neo4j Community in windows 8 32 bit machine. It creates default.graphdb by default C:\Users\Jeyatharshini\Documents\Neo4j directory. I copied it in the same directory and rename as routeFinder.graphdb.. I browsed through Neo4j w