Migrating to Java Platform, Standard Edition 7 or 8
WebSphere® Application Server Version 8.5 supports the Java™ Platform, Standard Edition (Java SE) 6, 7, and 8 specifications, with Java SE 7.1 added in fix pack 8.5.5.2 and Java SE 8 added in fix pack 8.5.5.9. Support for using Java SE 6 with WebSphere Application Server ends in April 2018, but you can migrate to Java SE 8 to help ensure that your product installation remains secure.
About this task
- The bit level of Java SE 7.0 is based on the bit level selected during the initial installation of WebSphere Application Server. If a 32-bit WebSphere Application Server is installed, then only the 32-bit Java SE 7.0 can be installed. If a 64-bit WebSphere Application Server is installed, then only the 64-bit Java SE 7.0 can be installed.
- Installing the optional Java SE 7.0 or Java SE 7.1 does not imply that profiles can take advantage of this new version of Java. The managesdk command can be used to switch Java or the WebSphere Application Server administrative console (wsadmin) can be used to make the switch.
Starting in version 8.5.5.14, Java SE 8 is the default Java. When updating to 8.5.5.14, any existing profile that uses Java SDK 6 is replaced by Java SDK 8. You can continue to use Java SDK Java Technology Edition Version 7.0 and Version 7.1, but no service can be provided after the end of support in July 2022, which could expose your environment to security risks.
For more information on Java SE 6, 7, and 7.1 end of service, see Java SE 6, 7, and 7.1 end of service in WebSphere Application Server V8.5.
The com.ibm.websphere.IBMJAVA.v80 offering will be deprecated, and no fix packs or interim fixes will be provided for this offering after March 2020. If this offering is installed with WebSphere Application Server Version 8.5.5 after March 2020, uninstall it and switch to the default Java SE 8 SDK provided by the WebSphere Application Server package in the same package group. With the default Java SE 8 SDK, you continue receiving Java SE 8 SDK support, including security updates.
Starting in version 8.5.5.18 for Linux on POWER8 Little Endian (LE), the default versions of Java are Java SE 7.1 or Java SE 8. As such, you can accept the default and install either Java SE 7.1 or Java SE 8 as the version of Java SE contained in the /java directory in WebSphere Application Server and used by default during server and node configuration. Java 8 is the recommended Java SDK because it provides the latest features and security updates. You can continue to use Java SE 7.1, but no service can be provided after the end of support in July 2022, which might expose your environment to security risks.
You can use the
user.wasjava=java8
property only with new installations of the product for Linux on
POWER8 LE. The user.wasjava=java8
property does not work for product upgrades
through fix packs for Linux on POWER8 LE.
Starting in version 8.5.5.19 for Linux on POWER8 Little Endian (LE), the default version of Java is Java SE 8. As such, you can accept the default and install Java SE 8 as the version of Java SE contained in the /java directory in WebSphere Application Server and used by default during server and node configuration. You can continue to use Java SE 7.1 by installing IBM WebSphere Java SDK Version 7.1, but no service can be provided after the end of support in July 2022, which might expose your environment to security risks.
The user.wasjava=java8
property is
not required for installing and updating to version 8.5.5.19 for Linux on POWER8 LE.
Migrating to Java SE 8 provides the latest available Java features and standards and ensures that your applications can run in a supported environment for years to come. For more information about new Java features, see What's new in Java 8 on the Oracle website.
Although you can also migrate to Java SE 7 or 7.1, support for these versions is provided only until July 2022. If you choose to migrate to Java SE 7 or 7.1, plan to perform a similar migration to Java SE 8 before that time. For more information about end of support for Java SE 6 and Java SE 7, see Removed features.
When you migrate to a newer Java SE version, decide whether to take advantage of any new Java SE capabilities in your applications, and begin the transition from deprecated functions.