简体   繁体   English

如何在 websphere 应用服务器(WAS)中添加 java 14

[英]how to add java 14 in websphere app server(WAS)

i want to update to java 14 on websphere based on a requirement of client but can only find upto java 8. is there a way to externally add it or anything as such to update it to jav 14我想根据客户端的要求在 websphere 上更新到 java 14 但只能找到 java 8. 有没有办法从外部添加它或任何类似的东西来更新它到 jav 14

"WebSphere" can refer to a product or one of the runtimes available in that product. “WebSphere”可以指一种产品或该产品中可用的运行时之一。

WebSphere contains two EE runtimes, WebSphere Liberty and the older WebSphere Application Server traditional. WebSphere 包含两个 EE 运行时,WebSphere Liberty 和旧的 WebSphere Application Server 传统。

  • WebSphere Liberty supports Java 17, but not 14. WebSphere Liberty 支持 Java 17,但不支持 14。
  • WebSphere Application Server traditional doesn't support anything after Java 8. WebSphere Application Server 传统版不支持 Java 8 之后的任何内容。

Your best bet is to run the code requiring Java 14 or later on WebSphere Liberty with Java 17. Java 14 is a non-LTS release and is already out of standard and premier support.最好的办法是在 WebSphere Liberty 上运行需要 Java 14 或更高版本的代码,并使用 Java 17。Java 已经是标准版本并且已经是非 LTS 版本了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 websphere 8.5.5.6服务器有java 6和7但我需要java 8如何将java sdk添加到现有的websphere服务器 - websphere 8.5.5.6 server having java 6 and 7 but i need java 8 how to add java sdk to existing websphere server 如何在Java应用程序中从远程Websphere应用程序服务器获取正在运行的应用程序列表? - How i can take list of running apps from remote websphere app server in my java app? 如何在Websphere上运行普通的Java应用程序 - How to run an plain java app on Websphere 如何在IBM WebSphere服务器中的项目类路径中添加JAR文件? - How to add a JAR file to the project classpath in IBM WebSphere server? 如何将Websphere 6.1服务器/运行时添加到Eclipse? - How can I add Websphere 6.1 server/runtime to Eclipse? Java WebService-WebSphere Application Server - Java WebService - WebSphere Application Server 如何在Websphere Application Server 8.5中设置JAVA_HOME - how to set JAVA_HOME in Websphere Application server 8.5 如何将Java类修补/复制到本地WebSphere服务器? - How can I patch/copy java classes to local WebSphere server? 如何在WebSphere Application Server 7.0中汇集Java对象? - How to pool a Java object in WebSphere Application Server 7.0? 如何在Ubuntu服务器14中安装Java JNA? - How do I install Java JNA in Ubuntu server 14?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM