问题
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
fromJAVA_HOME
andJRE_HOME
- Making sure the
bin
path is in your path - changing base.bat to
windows-service-wrapper-4.jar
instead ofwindows-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