You probably have an version issue, you would have to share your build-settings (e.g. pom.xml and mvn dependency:tree)
And the code you use where the error happens. Michael On Thu, Jul 14, 2016 at 6:49 PM, Kevin Pham <[email protected]> wrote: > I'm getting this error when I try to run, I'm not sure how to resolve this > > Exception in thread "main" java.lang.NoSuchMethodError: > org.neo4j.graphdb.factory.GraphDatabaseFactory.newEmbeddedDatabase(Ljava/io/File;)Lorg/neo4j/graphdb/GraphDatabaseService; > at org.neo4j.readcsvcolumn.Neo4jQuery.run(Neo4jQuery.java:42) > at org.neo4j.readcsvcolumn.Neo4jQuery.main(Neo4jQuery.java:36) > > -- > 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.
