作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
所以我尝试使用嵌入的 neo4j 时遇到此错误:
Error:(3, 31) java: cannot access org.neo4j.configuration.GraphDatabaseSettings
bad class file: /C:/Users/stepa/.m2/repository/org/neo4j/neo4j-configuration/4.0.2/neo4j-configuration-4.0.2.jar!/org/neo4j/configuration/GraphDatabaseSettings.class
class file has wrong version 55.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
我尝试删除文件,重新导入,用maven,甚至降级maven依赖的版本。有 有人遇到过这种行为吗?感谢您的帮助:)
最佳答案
这是java版本。通过Elliott Frisch ;在评论中回答..
关于java - 错误:(3, 31)java : cannot access org. neo4j.configuration.GraphDatabaseSettings,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61509148/
我正在使用 Neo4j 的 Java 驱动程序通过 Bolt 协议(protocol)访问数据库。 如果我看一下Neo4j documentation ,我发现我应该使用 GraphDatabaseS
所以我尝试使用嵌入的 neo4j 时遇到此错误: Error:(3, 31) java: cannot access org.neo4j.configuration.GraphDatabaseSett
任何人都可以建议我应该使用哪个 jar 来解决以下异常, Exception in thread "main" java.lang.NoSuchMethodError: org.neo4j.graph
我是一名优秀的程序员,十分优秀!