user1569157
user1569157

Reputation: 23

Unable to get Neo4j to run

I searched for an answer to this, but was unable to find anyone else having the same problem.

How should I proceed?

Thanks for any direction!

Upvotes: 2

Views: 8690

Answers (4)

CoffeeCoder
CoffeeCoder

Reputation: 103

I Fixed this problem by making a new environment variable JAVA_HOME and pointing it to my Java installation folder

C:\Program Files (x86)\Java\jre7\bin

Upvotes: 1

rball
rball

Reputation: 6955

Set the JAVA_HOME path in your environment variables.

Upvotes: 0

user1569157
user1569157

Reputation: 23

I installed JRE version 6 on my machine and this cleared the problem. (I previously had version 7 on the machine.)

Upvotes: 0

ulkas
ulkas

Reputation: 5918

try to set up the java PATH variable to the correct path. tutorial here: http://java.com/en/download/help/path.xml

than, newest java are i think by 2 version newer than the original java for neo4j 1.8.2. a remind myself some problems with such versioning few months ago - i solved it by running neo4j in the newest versions of 1.9.0x

Upvotes: 0

Related Questions