Mahi G
Mahi G

Reputation: 391

What Sun equivalent JRE does websphere 7 has

We are upgrading our application and if we use Sun JDK on local it works and its failing on DEV box. we have IBM jdk on our DEV box. What is the SUN equivalent JDK that Websphere 7 has?

Upvotes: 0

Views: 1870

Answers (1)

Doug Breaux
Doug Breaux

Reputation: 5115

WebSphere 7 supports Java6 and JEE5.

However, it requires Java versions shipped with WebSphere itself. (Most are IBM's own Java SDKs, although I think the Solaris version of WebSphere might ship with Oracle's Java.)

Upvotes: 1

Related Questions