Question

My different example projects are working well, but the database is stored in my Eclipse application itself. I am using Eclipse on OSX, so are there any known problems? Did anyone have the same problem so far?

I did specify the path with:

<neo4j:config storeDirectory="target/neo.db" />
Was it helpful?

Solution

Have you tried setting an absolute location like /tmp/mydb ?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top