Is it possible to use Server JRE to update Agent JDK (Win)?
We have several WebLogic installations (OHS, OFR, etc.) on Windows Server which make use of a JDK installed to D:\JDK. Recently we began deploying OEM Agents to these servers. Unfortunately, the OEM agent makes use of the JDK located within the AGENT_HOME.
The EM 13.5: How to Use the Latest Certified JDK 8 Update with 13.5 Agents (Doc ID 2777094.1) document instructs you to download the latest JDK and install it, specifying the AGENT_HOME\oracle_common. This is not desirable since we already have an installation and do not want to interfere with the existing JDK, WebLogic, or Java-based applications.
Is it possible to remove the Agent JDK and replace with the Server JRE (renaming to jdk in the same location)? I understand that this is a subset of the full JDK.