You have to provide more details on what hasn't worked. Also in general it is not recommended to build java projects without a dependency manager like maven or gradle.
Michael On Fri, Jan 13, 2017 at 3:35 PM, Ylenol Dias <[email protected]> wrote: > I want to use neo4j with java.I looked everywhere and i don't want to do > it the maven way , so i ,by accident, downloaded the driver (.jar) and a > file (tools.jar ) all in one zip file,then i added it to my project > libraries and used an available code which uses sessions to execute Cypher > queries.It worked with the neo4j default database but when i changed the > database it didn't work .I don't even know where to look to solve the > problem.So any help will be appreciated. > Thanks. > > -- > 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.
