Start neo4j server on windows

痴心易碎 提交于 2019-12-13 07:22:52

问题


When I try to start the server on windows: Open a windows command prompt, go to the neo4j bin directory and execute Neo4j.bat.

I get this error message:

Error: Unable to access jarfile C:\app\NEO4J-~1.2\bin\windows-service-wrapper-*.jar

What do I need to change in the bat files that it works?


回答1:


Replace the * with the version of the neo4j you have downloaded.

  1. go to the bin directory
  2. open the base.bat file and look for something like this set wrapperJarFilename=windows-service-wrapper-*.jar
  3. replace the * with the version of the jar file windows-service-wrapper-4.jar (this jar file will be in your bin directory). In my case the version is 4 so replace * with 4.


来源:https://stackoverflow.com/questions/16482504/start-neo4j-server-on-windows

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