Java 7 Critical Patch Updates (CPUs)

Hi,
How can I see Java 7 Critical Patch Updates (CPUs) level on an IBM AIX server.
I ran java -version , the output is

Java(TM) SE Runtime Environment (build pap3270sr5ifix-20130801_01(SR5+IV46430+IV45517))
IBM J9 VM (build 2.6, JRE 1.7.0 AIX ppc-32 20130617_152572 (JIT enabled, AOT enabled)
J9VM - R26_Java726_SR5_20130617_1436_B152572
JIT  - r11.b04_20130528_38954ifx1
GC   - R26_Java726_SR5_20130617_1436_B152572
J9CL - 20130617_152572)
JCL - 20130616_01 based on Oracle 7u25-b12

Thanks.

Does -fullversion provide more detail?

Cheers,
Keith

1 Like

Thank you.

 java -fullversion
java full version JRE 1.7.0 IBM AIX build pap3270sr5ifix-20130801_01(SR5+IV46430+IV45517)
1 Like

ifix is an IBM incremental fix.
Did you read the FAQ?

1 Like

Hi

I know that IBM sometimes has a requirement for JBOSS and Java - at least on some systems.
It can also have multiple versions of JAVA - they have a production Java and on other systems or perhaps on the same system they may have transition versions or URGENT patch versions. If JBOSS is installed you may find that JBOSS could be configured to use the PRODUCTION Java.
So be careful of the Java version you run - ask the development team for advice.
You can run concurrent versions of JAVA on the same system - by choosing the Java version in your login script whereby you may have to choose the 1 Java version allocated to your team ?