graphaware / neo4j-to-elasticsearch

GraphAware Framework Module for Integrating Neo4j with Elasticsearch
261 stars 57 forks source link

failed to start neo4j service #157

Closed nickjhmd closed 4 years ago

nickjhmd commented 4 years ago

when i firstly ran neo4j.bat console, it is ok but latter neo4j service cannot be started

nickjhmd commented 4 years ago

image

aldrinm commented 4 years ago

which jdk/jre version are you using ?

nickjhmd commented 4 years ago

the jdk version is 12

which jdk/jre version are you using ?

aldrinm commented 4 years ago

Neo4j is only supported up to Java 11 (as runtime). See https://neo4j.com/docs/operations-manual/current/installation/requirements/

nickjhmd commented 4 years ago

Neo4j is only supported up to Java 11 (as runtime). See https://neo4j.com/docs/operations-manual/current/installation/requirements/

thanks a lot