ajkl
ajkl

Reputation: 1036

Neoclipse fails to load db

enter image description here

I got Neoclipse, and I tried to import a neo4j db into it which was generated by this basic Neo4j hellow world program https://github.com/neo4j/neo4j/blob/2.0.0-M04/community/embedded-examples/src/main/java/org/neo4j/examples/EmbeddedNeo4j.java. I am getting an error. I am attaching the error dialog box (as I was not able to copy the error text from the dialog for some strange reasons!)

But when I try to create a db through neo4j webadmin console, I was able to visualize that graph db in neoclipse.

Am I missing something here ?

Upvotes: 1

Views: 914

Answers (1)

Eve Freeman
Eve Freeman

Reputation: 33175

Looks like Neoclipse may only support 1.9 databases, which are different on disk to 2.0 databases.

Upvotes: 4

Related Questions