I have WebLogic 14 installed and running under a JDK 11.0.7.
The application we wish to deploy during development via the WebLogic Server Tools is being compiled using the same JDK and targeting Java 11.
However, when setting up the server in the server tools I'm unable to select the JDK 11 as the Java Home. There is a message that says:
Java Development Kit (JDK) is required rather than a JRE
![2020-05-13 14_01_00-workspace - Oracle WebLogic Server 14 (12.2.1.4) [base_domain] - Eclipse IDE.png](https://objectstorage.us-phoenix-1.oraclecloud.com/p/BqK85Rn1zA5MP0vYiqbAdPgs7Z6OmMxw8SD3WCFVm5kY8uReidZ1KPIKkgJ1hCkG/n/axciphqpnohg/b/forums-legacy/o/uploads/jive_attachments/0/1/6/01641954egami.png)
The full JDK is being used, it is not just a JRE. It will not let me select a JDK 11, I can select a JDK 8 home but because the application is compiled for JDK 11 it will not let me add the application to the server. I have checked the process list and although the server tools think it is using JDK WebLogic is actually running under JDK 11 but because the Eclipse Weblogic server tools 'thinks' it is JDK 8 I can't add the application to the server.
If I could select JDK as the java home for the server runtime I would expect it would let me add the application to the server.
Is OEPE going to support JDK 11 as WebLogic 14 is now released? Our company is looking to upgrade to WebLogic 14 but first we need to make sure our application can be developed while running under WebLogic 14.