【发布时间】:2014-04-04 13:22:07
【问题描述】:
我正在使用 neo4j 2.0.0-M06 。但是这个版本在集群时有问题。
然后我转到 2.1.0-M01 版本。但出现错误:
java.lang.NoClassDefFoundError: org/neo4j/cypher/internal/compiler/v2_1/spi/PlanContext
尝试两个罐子:
neo4j-cypher-compiler-2.0-2.0.1.jar
neo4j-cypher-compiler-2.0-2.0.0.jar
提前致谢
【问题讨论】:
-
你能展示一段代码吗?你的类路径中需要
neo4j-cypher-compiler-2.1-2.1.0-M01.jar。 -
是的,它已经在类路径中
标签: compiler-construction neo4j cypher