neo4j-contrib / spatial

Neo4j Spatial is a library of utilities for Neo4j that faciliates the enabling of spatial operations on data. In particular you can add spatial indexes to already located data, and perform spatial operations on the data like searching for data within specified regions or within a specified distance of a point of interest. In addition classes are provided to expose the data to geotools and thereby to geotools enabled applications like geoserver and uDig.
http://neo4j-contrib.github.io/spatial
Other
780 stars 192 forks source link

missing org/neo4j/graphdb/RelationshipType #339

Closed 100beans closed 6 years ago

100beans commented 6 years ago

Anyone had this issue before?

java -cp target/classes;target.dependency/ org.neo4j.gis.spatial.osm.OSMImporter osm-db two-street.osm

Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.NoClassDefFoundError: org/neo4j/graphdb/RelationshipType

mvn exec:java -Dexec.mainClass=org.neo4j.gis.spatial.osm.OSMImporter -Dexec.args="osm-db two-street.osm"

[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:java (default-cli) on project neo4j-spatial: An exception occured while executing the Java class. org/neo4j/graphdb/RelationshipType: org.neo4j.graphdb.RelationshipType