If you tell me your operating system (Windows, Linux, macOS), I can provide more specific instructions for setting the Java home path.
: If you accidentally installed JDeveloper with the wrong Java version, you don't necessarily have to reinstall. You can manually point it to the correct JDK by editing the jdev.conf file and updating the SetJavaHome property. jdeveloper 12.2.1.4 java version
stage('Build ADF') steps sh ''' export JAVA_HOME=$JDK_HOME $JDEV_HOME/jdev/bin/jdev -mvnbuild yourWorkspace.jws ''' If you tell me your operating system (Windows,