I downloaded Neoclipse Source and downloaded the Neo4J source. However some of the classes that the Neoclipse source file refers to are not found in the Neo4J source. Are they deprecated? Can I get an updated version of the Neoclipse?

link|improve this question

74% accept rate
Since there are so little question here at SO about this piece of software (and therefore also little users is my best guess), I'd try my luck on the mailing list of Neo4J: neo4j.org/community/list – Bart Kiers Feb 9 '10 at 20:45
feedback

1 Answer

up vote 1 down vote accepted

Neoclipse shouldn't be built together with the current Neo4j trunk sources, but with the libraries in the lib/ directory of the project. The same libraries are referenced in the pom.xml as well, it's a bit messy to keep both Eclipse RCP and Maven happy! The disk format of Neo4j databases hasn't changed between the versions, so the older libraries used in Neoclipse shouldn't be a big issue. Neoclipse will be updated once the Neo4j kernel version 1.0 has been released (which I hope is pretty soon).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.