In my experience the self-extracting SDK bins do not install an RPM on the system. By being "confident the code is at 11 level", I assume you're validating with a "java -version"? Try querying the java executable's path for RPM association via a "rpm -qf /path/to/the/sdk/bin/java". I suspect that it will report that the file is not associated with any RPM.
-- Jon Miller On Tue, Sep 25, 2012 at 9:11 AM, Neale Ferguson <[email protected]>wrote: > I installed java 6 using the autoinstaller method via the > ibm-java-s390x-sdk-6.0-11.0.bin executable. When done rpm q shows my java > package as: > > ibm-java-s390x-sdk-6.0-9.0.s390x > > While I¹m confident the code is at 11 level something¹s not been updated > in > the installer to get it to tell rpm that fact. > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or > visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- > For more information on Linux on System z, visit > http://wiki.linuxvm.org/ > ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
