The preferred way to run Neo4j is as a server, which includes the Neo4j Browser GUI. If you want to access the database from java, I recommend using the JDBC neo4j driver.
If you want to use the core java API, there is no official way to run that with the server. There is an internal class called WrappingNeoServerBootstrapper (or something similar), which is available if you add the Neo4j Server as a maven dependency, but it is not officially supported and may break in future versions. Sent from my phone, please excuse typos and brevity. On Mar 29, 2014 5:49 AM, "Beginner" <[email protected]> wrote: > Is there a way to access neo4j through web browser and Java code > simultaneously? I only need to read the DB through Web Browser. > > Regards > > -- > 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.
