neo4j does not start with Neo4j.bat

冷暖自知 提交于 2019-12-24 17:06:21

问题


When I double click (on windows 8) in Neo4j.bat it show me for a second the command prompt, showing me the error "impossibile trovare il percorso specificato" the command prompt closes.

Searching on google the error is not found. The version is 1.9.2 but also the previous 1.9 and 2.0.0-M03 gives me same problem.


回答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.



来源:https://stackoverflow.com/questions/17920763/neo4j-does-not-start-with-neo4j-bat

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!