1

当我在 Neo4j.bat 中双击(在 Windows 8 上)时,它会显示命令提示符一秒钟,显示错误“impossibile trovare il percorso specificato”,命令提示符关闭。

在谷歌上搜索没有发现错误。版本是 1.9.2,但之前的 1.9 和 2.0.0-M03 也给了我同样的问题。

4

1 回答 1

1

The error translates to "cannot find the path specified." With that, you'll find a few posts, such as this one, discussing the problem. The answer involves a few things:

  • Removing \bin from JAVA_HOME and JRE_HOME
  • Making sure the bin path is in your path
  • changing base.bat to windows-service-wrapper-4.jar instead of windows-service-wrapper-*.jar

This is all outlined in the Windows 7 installation video found here.

于 2013-07-29T22:29:51.400 回答