windows - neo4j shell script issue -
windows 7, neo4j community edition - freshly installed.
i'm new neo4j , want run cypher commands in batch. i've read neo4j shell, tried run it.
i'm getting following error regardless of whether run "command prompt" @ desktop or starting new cmd session:
neo4jshell
(a bunch of dos stuff)
d:\appdata\neo4j\sports2000>pushd "d:\applic~1\neo4jc~1.1\bin\..\lib" system cannot find path specified.
followed later in batch file by:
d:\appdata\neo4j\sports2000>java -classpath ;"" -dapp.name="neo4j-shell" -dapp.repo="d:\applic~1\neo4jc~1.1\bin\..\lib" -dbasedir ="d:\applic~1\neo4jc~1.1\bin\.." org.neo4j.shell.startclient error: not find or load main class org.neo4j.shell.startclient
reading shell command references zip version of neo4j, , links front page of neo site has no reference .zip file can see.
it looks packaging issue version of neo4j: neo4j error: not find or load main class org.neo4j.shell.startclient
and upgrading version 3 hasn't fixed problem. installing version 3 , installing zip file has gotten me working powershell prompt.
from neo4j desktop app choose "options", "command prompt", run neo4jshell.bat
@ command prompt.
see this post more info.
Comments
Post a Comment