Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Neo4j 1.9.4 Windows Installer- where did the shell go?

Tags:

neo4j

When you install 1.9.4 using the new Windows installer, from where does one launch the Neo4j-Shell (previously found in bin)?

like image 235
Luanne Avatar asked Oct 08 '13 18:10

Luanne


Video Answer


1 Answers

The neo4j-shell isn't currently shipping with the neo4j desktop but you can launch it by running the following command from 'C:\Program Files\Neo4j Community\' (or equivalent location:):

jre\bin\java -classpath bin\neo4j-desktop-1.9.4.jar org.neo4j.shell.StartClient

I'm not sure whether there are plans to include it in the next release, I'll check.

like image 136
Mark Needham Avatar answered Oct 31 '22 03:10

Mark Needham