3 Pre-requisites
This topic provides information on Pre-requisites.
- Java JDK or JRE version 11 must be installed. For installation of the Java please refer Oracle Banking Digital Experience Installation Guide.
- User must have gradle-8.13 installed
- Provide the following dependency “javax.ws.rs-api-2.0.jar” in build.gradle of
endpoint and wherever required.
- In case artifactory is not accessible (outside oracle network) while running
toolkit, change build.gradle as following (Optional).
- In the file APIToolKit → build.gradle, changes required to the maven URL under "allprojects" tag.
- The URL for the above should be set to Gradle-Repo and Maven-Repo
folders present inside OBDX-installer that are "OBDX_Installer
/installables/OBDX/BASE/25.1.0.0.0/gradle-repo " and
"OBDX_Installer/installables/OBDX/BASE/25.1.0.0.0/maven-repo "
respectively.
Figure 3-1 Setting URL to Gradle-Repo

- In case artifactory is not accessible (outside oracle network) while running
toolkit, change build.gradle as following (Optional).