Use new GraphDatabaseFactory().newEmbeddedDatabase(path) Sent from mobile device
Am 11.05.2014 um 11:43 schrieb zapo <[email protected]>: > Hi, > im trying to import a shp file into my database like this example : > http://neo4j.github.io/spatial/#spatial-import-shapefile > > but i have an error msg : > Unresolved compilation problem: database cannot be resolved > > that is relative to this line code : > GraphDatabaseService database =new EmbeddedGraphDatabase( > "/var/neo4j-community-2.0.3/data/graph.db", null, null); > > Eclipse software tell me to that the org.neo4j.kernel.EmbeddedGraphDatabase > is deprecated > Have i to use an another library ? > > Thanks in advance > -- > 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.
