Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebSphere Application Server 6.1 support for Java 1.6?

Can I use Java 1.6 with WebSphere Application Server 6.1? IBM's website says no.

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).

what are my options?

Thanks.

like image 456
El Sid Avatar asked Apr 05 '10 15:04

El Sid


People also ask

What version of Java does WebSphere use?

Starting in version 8.5. 5.14, Java SE 8 is the default Java.

Does WebSphere support Java 11?

Java 11 is not supported on Traditional WebSphere. The page you are referencing is mentioning WebSphere in general terms as an umbrella. WebSphere (base) includes tWAS and Liberty. If you are interested in Java 11, WebSphere Liberty is the way to go.

Does WebSphere 9 support Java 7?

IBM WebSphere 9.0 supports Java SE 8 and is fully compliant with Java EE 7.

Does WebSphere 7 support Java 7?

The embedded Java SDK 6 has been replaced with Java SDK 8. Java SE 7 and 7.1 will be removed from service in WebSphere Application Server v8. 5 in July 2022. It is recommended that you use the embedded Java SDK 8.


2 Answers

Nobody can stop you from trying to run WAS 6.1 with Java 6 but this configuration IS NOT SUPPORTED by IBM and according to this thread, I'm not even sure you'll be able to start WAS.

like image 72
Pascal Thivent Avatar answered Sep 27 '22 21:09

Pascal Thivent


Since websphere 6.1 does not support J2SE 6, your options are very limited.

option 1

  • Talk to your upper management & convince them the need to switch to WAS 7.0

option 2

  • Downgrade your code compatibility to 1.5 and compile for J2SE 5.0

option 3

  • If you have a support contract with IBM, open a high priority ticket for getting 1.6 support on WAS 6.1
like image 23
ring bearer Avatar answered Sep 27 '22 22:09

ring bearer