How do I know if I have installed the latest code?
You can use the command /usr/java14/jre/bin/java -fullversion
and compare the build date with the list above. You can also use the command instfix -ivk APAR_NUMBER
to check if the APAR is installed on your system.
Another way is to check fileset levels. You can run the command lslpp -L | grep Java14
to find out what Java14 filesets you have installed on your machine and
at what levels. Then you can compare with the following information on
latest fileset updates:
From IY96843
Java14.sdk.1.4.2.150.bff
Java14.source.1.4.2.150.bff
From IY54663
Java14.ext.commapi.1.4.2.0.bff
Java14.ext.java3d.1.4.2.0.bff
Java14.ext.javahelp.1.4.2.0.bff
Java14.license.1.4.2.0.bff
Java14.msg.Ja_JP.1.4.2.0.bff
Java14.msg.Zh_CN.1.4.2.0.bff
Java14.msg.Zh_TW.1.4.2.0.bff
Java14.msg.ja_JP.1.4.2.0.bff
Java14.msg.ko_KR.1.4.2.0.bff
Java14.msg.zh_CN.1.4.2.0.bff
Java14.msg.zh_TW.1.4.2.0.bff
Java14.samples.1.4.2.0.bff
* Java14.sdk.1.4.2.0.bff
* Java14.source.1.4.2.0.bff
* Note: if not installed already these "base" updates at 1.4.2.0
will be required when you install these filesets at
1.4.2.1 or above.
From IY58351
Java14.debug.1.4.1.6.bff
Java14.sdk.1.4.1.7.bff
Java14.source.1.4.1.6.bff
From IY52685
Java14.ext.commapi.1.4.1.1.bff
From IY47536
Java14.ext.javahelp.1.4.1.1.bff
Java14.samples.1.4.1.1.bff
From IY43555
* Java14.ext.java3d.1.4.1.0.bff
* Java14.license.1.4.1.0.bff
* Java14.msg.Ja_JP.1.4.1.0.bff
* Java14.msg.Zh_CN.1.4.1.0.bff
* Java14.msg.Zh_TW.1.4.1.0.bff
* Java14.msg.ja_JP.1.4.1.0.bff
* Java14.msg.ko_KR.1.4.1.0.bff
* Java14.msg.zh_CN.1.4.1.0.bff
* Java14.msg.zh_TW.1.4.1.0.bff
* Java14.debug.1.4.1.0.bff
* Java14.ext.commapi.1.4.1.0.bff
* Java14.ext.javahelp.1.4.1.0.bff
* Java14.samples.1.4.1.0.bff
* Java14.sdk.1.4.1.0.bff
* Java14.source.1.4.1.0.bff
* Note: if not installed already these "base" updates at 1.4.1.0
will be required when you install these filesets at
1.4.1.1 or above.
You only need to get updates
for the filesets you need. For example, if you do not need
Java14.samples or Java14.source fileset, then you do not need any
updates for those filesets. (Only the Java14.sdk fileset - besides the
Java14.license fileset - is required; the rest are optional.)