简体   繁体   English

WebSphere Application Server 6.1对Java 1.6的支持?

[英]WebSphere Application Server 6.1 support for Java 1.6?

Can I use Java 1.6 with WebSphere Application Server 6.1? 我可以将Java 1.6与WebSphere Application Server 6.1一起使用吗? IBM's website says no . IBM的网站说没有

But I require Java 1.6 for a software application to be deployed and I cannot currently upgrade to Websphere 7.0, or use a different application server (WAS 6.1 is the org standard). 但我需要Java 1.6来部署软件应用程序,我目前无法升级到Websphere 7.0,或使用不同的应用程序服务器(WAS 6.1是组织标准)。

what are my options? 我有什么选择?

Thanks. 谢谢。

没有人可以阻止你尝试使用Java 6运行WAS 6.1,但这种配置不受IBM的支持,根据这个帖子 ,我甚至不确定你是否能够启动WAS。

Since websphere 6.1 does not support J2SE 6, your options are very limited. 由于websphere 6.1不支持J2SE 6,因此您的选项非常有限。

option 1 选项1

  • Talk to your upper management & convince them the need to switch to WAS 7.0 与您的高层管理人员交谈并说服他们切换到WAS 7.0

option 2 选项2

  • Downgrade your code compatibility to 1.5 and compile for J2SE 5.0 将代码兼容性降级到1.5并编译为J2SE 5.0

option 3 选项3

  • If you have a support contract with IBM, open a high priority ticket for getting 1.6 support on WAS 6.1 如果您与IBM签订了支持合同,请打开高优先级票证,以获得对WAS 6.1的1.6支持

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

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