Discussions
Categories
- 196.9K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.3K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 545 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.9K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.6K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 440 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
Can't select JDK 11 as Java Home for WebLogic 14

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
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.
Answers
-
WebLogic 14c is mentioned in the post, but WebLogic 12c is shown in the image. WebLogic 12c doesn't support JDK 11, WebLogic 14c does.
-
At the moment it looks like the only way to use OEPE for deployment is to pretend that you are deploying to a weblogic 12c server (as shown in the screenshot).
But the problem still remains that JDK11 is not supported.
Does anybody know the timeline for full weblogic 14c support in OEPE?
-
Based on the Support Matrix weblogic 12c doesn't support Java 11. Java 8 should be used. WLS 14c does support Java 11, but OEPE doesn't support WLS 14c.
-
Yes, Oracle has "forgotten" that their new weblogic release requires a new OEPE Plugin with JDK11 and JEE8 Support. You cannot create projects with this requirements, therefore weblogic 14 becomes unusable for this very common development features today.
We have created a service requst SR 3-23571698861 : Availability of OEPE for Eclipse for Weblogic 14.1 more then one month ago.The first answer was ".. there is no official calendar as of yet for the mentioned features."
So far, so good? We have 2020 and JEE8 standard was released in september 2017 and as paying customer we are not willing to keep us waiting.
So we have escalated this and hope to get a useful answer asap.
When we did'nt get this, we have to switch to another vendor with a complete development stack and faster adoption of upcoming standards, for example jakarta ee.
-
Apache NetBeans 12 has Java EE 8 support.