I have Windows 10.
-
I followed the installation instructions given here: Thanks for Downloading Neo4j - Neo4j Graph Data Platform
-
I extracted all the files.
-
Then I opened the CMD prompt, changed directories to the top level of the downloaded files and ran "\bin neo4j console"
A. in the CMD I see an error: "WARNING: ERROR! Neo4j cannot be started using java version 1.8.0_261
WARNING: * Please use Oracle(R) Java(TM) 11, OpenJDK(TM) 11 to run Neo4j Server.
- Please see Neo4j documentation - Neo4j Documentation for Neo4j installation instructions."
-
So I went here to download Java 11: https://www.oracle.com/java/technologies/javase-jdk11-downloads.html and I ran the installer
-
I then repeated Step 3 above, running "bin\neo4j console", and I see the exact same error.
What am I doing wrong here?