Swap from Oracle JDK to OpenJDK for Data Agents
You can swap from the Oracle JDK to an OpenJDK (Azul Zulu JDK) without uninstalling your Data Agent. Swapping from Oracle can help you avoid the licensing fees associated with using the Oracle JDK. Before 2024R1, by default, the Data Agent installer installed the Oracle JRE if it didn't detect a valid JDK on your system.
We strongly recommend the Azul Zulu OpenJDK Azul Zulu OpenJDK Download.
- Verify the Workday Adaptive Planning Data Agent Manager v7.1.44 or newer is installed on your local computer.
- Verify you have local rights on your computer to install OpenJDK.
- Make a note of your Data Agent Service Manager version.
- Download a 64-bit OpenJDK build for use with Pentaho Kettle.
Navigation
These steps take place on your local computer. Swap the JDK for the Workday Adaptive Planning Data Agent Manager
To swap the JDK and continue using your existing data agents:
- Stop theAdaptive AgentServicein the Windows Services Manager.
- Close theData Agent Service Managerand theAdaptive Script Editor.
- Uninstall the Oracle JRE/JDK and restart your computer.
- Download and install an OpenJDK (.msi or .exe).
- Make sure you select these OpenJDK installation options in Custom Setup in the installation wizard:
- JAVA_HOME
- JAR Files Association
- Registry

- Complete the installation.
- Restart your computer.
- Open the Workday Adaptive Planning Data Agent Manager and verify your existing Data Agents started.
- Troubleshoot Opening Workday Adaptive Planning Data Agent Manager v7.1.44
- If Data Agent version 7.1.44 will not open after you swap the JDK:
- Right click on Data Agent Service Manager in the Windows start menu.
- SelectMore > Open file locationand selectC:\ProgramData\Microsoft\Windows\Start Menu\Programs\Workday Adaptive Planning Data Agent. For data agent versions 7.1.44 and older selectC:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adaptive Data Agent.
- Right click on Data Agent Service Manager in the file explorer and selectProperties.
- Change theTargetvalue to indicate the location of the new OpenJDK you installed. This target path to yourjavaw.exewill vary based on your OpenJDK installation location. Example: If you installed the RedHat OpenJDK, you would indicate: "C:\Program Files\RedHat\java-1.8.0-openjdk-1.8.0.232-3\bin\javaw.exe" -jar "C:\Program Files\Workday Adaptive Planning Data Agent\AgentManager-1.0.0.jar" . For older versions you would indicate, "C:\Program Files\RedHat\java-1.8.0-openjdk-1.8.0.232-3\bin\javaw.exe" -jar "C:\Program Files\Adaptive Data Agent\AgentManager-1.0.0.jar".
- SelectApplyandOK.