Skip to content

Instantly share code, notes, and snippets.

@jexp
Last active May 24, 2017 08:41
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jexp/4692ad9cd14b6d9c1cc8bffa079c98fa to your computer and use it in GitHub Desktop.
Save jexp/4692ad9cd14b6d9c1cc8bffa079c98fa to your computer and use it in GitHub Desktop.
launch neo4j-shell in Neo4j-Desktop (exe on Windows, dmg on OSX)
/Applications/Neo4j Community Edition.app/Contents/Resources/jre.bundle/Contents/Home/jre/bin/java \
-cp /Applications/Neo4j\ Community\ Edition.app/Contents/Resources/app/bin/neo4j-desktop-3.0.2.jar org.neo4j.tooling.ImportTool "$@"
/Applications/Neo4j Community Edition.app/Contents/Resources/jre.bundle/Contents/Home/jre/bin/java \
-cp /Applications/Neo4j\ Community\ Edition.app/Contents/Resources/app/bin/neo4j-desktop-3.0.2.jar org.neo4j.shell.StartClient "$@"
"C:\Program Files\Neo4j Community\jre\bin\java" -cp "C:\Program Files\Neo4j Community\bin\neo4j-desktop-3.0.2.jar" \
org.neo4j.tooling.ImportTool %*
"C:\Program Files\Neo4j Community\jre\bin\java" -cp "C:\Program Files\Neo4j Community\bin\neo4j-desktop-3.0.2.jar" \
org.neo4j.shell.StartClient %*
@zhaobingcn
Copy link

it works, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment