问题
Downloaded Neo4j community version, the file named "neo4j-desktop-offline-1.1.13-setup.exe". Running the binary successfully installed. Launching the application takes me to configuration of database location "Please choose path where you want to store application data" and regardless of what path i choose, clicking "Confirm" does not do anything at all and it remains on the same screen. Am using Windows 10.
回答1:
I also got the same problem. I fixed it by adding a new PATH in environmental variables,
Advanced System Settings
> Environment Variable
> system variable
> path
> new
: C:\Windows\System32\wbem
After setting, reopen the Neo4j application and it will allow you a select the path where you want to save application data.
REASON
In the developer console, you will see the following error
Uncaught (in promise) Error: Command failed: wmic logicaldisk get size,freespace,caption 'wmic' is not recognized as an internal or external command, operable program or batch file.
The actual WMIC binary is located at C:\Windows\System32\wbem\WMIC.exe
you need to set the path if it is not yet defined.
回答2:
try opening http://127.0.0.1:7477 or http://localhost:7474 in your browser
来源:https://stackoverflow.com/questions/54223764/neo4j-windows-installation