Skip to main content

System Requirements

Each machine where you use the Product must have Java Runtime Environment (JRE) 8.0 or 11.0 installed.

Note:

The reactor-core third-party library inside the Database JDBC connector uses JDK internal APIs that have been removed from Java 11. However, these APIs are only used to enhance its stack traces and will not be invoked if Java 11 is detected.

The Product supports Database server versions 1.9 through 1.18.

The Product supports Database server version 4.x and Database Aura. In addition, the Database APOC library must be installed on the server machine.

The required APOC version depends on the Database version that you are connecting to:

  • Database server version 4.x requires the matching APOC version or later (minimum version 4.0.0.4).

We recommend that you make sure APOC procedures are made accessible by adding or appending apoc.* to the list of comma separated procedures provided through dbms.security.procedures.unrestricted in the Neo4j server configuration file.

For example:

dbms.security.procedures.unrestricted=algo.*,apoc.*

The Product supports Database versions 4.4, 5.0, 6.0, and 7.0.

The connector supports Apache Database versions 2.3 through 3.0.

Important:

Important:

The connector only supports connections to Database Thrift Server instances. It does not support connections to Shark Server instances.

Was this article helpful?

We're sorry to hear that.