You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
Hi I am newbie in Java and neo4j database.
I want to add neo4j to my java project. I want to use Community edition. If I use it as embedded database, application users does not need to install Neo4j to their Java version? If I understand it correctly, end users of application doesn't need to insatll any dependencies (expect JRE) to my Java application.
Is this correct?
thanks for any advice
Tomas
Michael Hunger
unread,
Apr 11, 2012, 6:25:31 AM4/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
No, you just use it. Set it up with your build system (maven, ivy, gradle) and it will be deployed as jars alongside your app.
But each of the users will have their own local db if you ship them the application with the embedded Neo4j instance, if that is what you want.