Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Websphere 8.0 and Java 1.7

we're currently using Websphere 8.0.0.7 which runs with Java 1.6. Unfortunately, some of the portlets we would like to integrate into the portal need Java 1.7 to run.

Is there any (simple) way to use Java 1.7 under Websphere 8.0.0.7? I found a lot of answers for Websphere 8.5, but especially not for 8.0. Is the use of 1.7 even possible?

Thanks a lot for your effort!

Philipp

like image 995
TurnJ Avatar asked Mar 24 '14 17:03

TurnJ


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

Does WebSphere support Java 8?

Java SE 8 offers support for WebSphere applications to use the latest available Java features and standards. Attention: Starting in version 8.5. 5.11, the default versions of Java are Java SE 6 or Java SE 8.

Does WebSphere 9 support Java 7?

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


2 Answers

WAS 8.0 will not support JAVA 7 (1.7).

http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1121441746890&osPlatform=Windows#prereqs-Java

JAVA shipped with WAS versions. http://www-01.ibm.com/support/docview.wss?uid=swg27005002

The JAVA 7 is supported from WAS 8.5.x and is shipped as optional feature as default for 8.5.x is also JAVA 6.

like image 127
VSGill Avatar answered Sep 28 '22 07:09

VSGill


WebSphere 8.0 supports Java 1.6 not 1.7. There's nothing you can do about this.

See the version support chart here:

http://en.wikipedia.org/wiki/IBM_WebSphere_Application_Server#Version_history

like image 37
svachon Avatar answered Sep 28 '22 06:09

svachon