1. Set JAVA_HOME, PATH, and CLASSPATH.
For ADB, make sure the database connection is working. For more information, see step 1.b.a.c in the Creating the Database section and export/SET TNS_ADMIN=<wallet location>.
Linux/UNIX:
export JAVA_HOME=/scratch/software/jdk/
export PATH=$JAVA_HOME/bin:$PATH
export CLASSPATH=/../FW-V25.4-Oracle-Database- Multiplatform/FW/jarfiles/*
 
Windows:
SET JAVA_HOME=C:\Program Files\Java\jdk
SET PATH=%JAVA_HOME%\bin:%PATH%
SET CLASSPATH= C:\FW-V25.4-Oracle-Database- Multiplatform\FW\jarfiles\*