简体   繁体   中英

Weblogic 12.2.1 Application server JDK 11 support

Summary of the problem:

Creating a new domain in Weblogic 12.2.1 server with Oracle JDK 11 fails

What we have tried:

As JDK 8 is already in End of life, We have upgraded our java servlet based web application to compile with JDK 11. Tried to deploy in Tomcat 9, it is working fine.

To deploy the same war in WebLogic, When we try to create a new domain in Weblogic 12.2.1 server with Oracle JDK 11, it fails with the below error.

Weblogic Error while creating new domain

Thank you for any help.

WebLogic Server 12c does not support and does not run under Java >= 9. You will have to wait for next major release in 2020. Check the Certification Matrix for details.

WebLogic Server 14c (14.1.1.0.0) supports JDK 11.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM