Problem Working with Neo
I downloaded Neoclipse Source and downl开发者_StackOverflow中文版oaded 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?
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).
精彩评论