14.3.1.1 Oracle Graph Java Client
You can install the Java client from the
oracle-graph-client-24.1.0.zip
file
that is shipped with Oracle Graph Server and Client or you can use
the Java client on Maven Central.
- Installing the Java Client From the Graph Server and Client Downloads
You can download the zip file for Oracle Graph Client 24.1.0 and install the Java client. - Using Oracle Graph Java Client on Maven Central
You can obtain the property graph Java client from Maven Central.
Parent topic: Graph Clients
14.3.1.1.1 Installing the Java Client From the Graph Server and Client Downloads
You can download the zip file for Oracle Graph Client 24.1.0 and install the Java client.
The prerequisites for installing the Java client are:
- Supported Operating Systems: A Unix-based operation system (such as Linux), macOS, or Microsoft Windows
- Supported JDK versions:
- Oracle JDK 11 or JDK 17
- OpenJDK JDK 11 or JDK 17
Note:
Due to a bug in Oracle JDK and OpenJDK, which causes a deadlock when
you attempt to copy and paste into a JShell session, it is recommended that you
avoid the following JDK versions:
- JDK 11.0.9
- JDK 11.0.10
- JDK 11.0.11
- JDK 11.0.12
Parent topic: Oracle Graph Java Client
14.3.1.1.2 Using Oracle Graph Java Client on Maven Central
You can obtain the property graph Java client from Maven Central.
The Maven artifact for the graph Java client is described as
follows:
- Group Name: com.oracle.database.graph
- Artifact Name: opg-client
- Version: 24.1.0
You can perform the following steps to use the graph Java client from Maven Central:
Parent topic: Oracle Graph Java Client