Reputation: 385
When I run Neo4JShell.bat I get C:\Program Files (x86)\Neo4j Community\bin>Neo4jShell.bat The system cannot find the path specified. Error: Could not find or load main class org.neo4j.shell.StartClient
Java installed as C:\Program Files (x86)\Neo4j Community\bin>java -version java version "1.8.0_40" Java(TM) SE Runtime Environment (build 1.8.0_40-b26) Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)
Any thoughts?
Upvotes: 5
Views: 1564
Reputation: 283
Try the following it should work (let me know if it does not):
Sincerely, Nawazish
Upvotes: 1
Reputation: 735
Run the Neo4j Community executable. In the dialog that appears, select "Options", then "Command Prompt". That sets up your environment. Then run the shell with "Neo4jShell".
Upvotes: 10