We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ebf37 commit 8b0ac10Copy full SHA for 8b0ac10
spark/README.md
@@ -85,6 +85,9 @@ export PATH="${SPARK_HOME}/bin":"${PATH}"
85
86
Neo4j 4.4.x is the LTS version to use. The rest of the instructions are provided assuming Neo4j 4.4.x.
87
88
+Neo4j is required to have a pre-installed, compatible Java Virtual Machine (JVM). **For Neo4j 4.4.x, jdk11/jre11 is needed.**
89
+Run `java --version` to check it.
90
+
91
To place Neo4j under `${HOME}`:
92
93
```bash
0 commit comments