HP-UX 11i Java JDK/JRE Version 5.0.30 Release Notes

http://www.hp.com/go/hpux-java-docs.
PA-RISC add-on package
An add-on package for PA-RISC systems is available for C++ applications compiled with
the -AA option:
Integrity systems: The PA add-on package is not required for applications running
natively on Integrity systems. If your Integrity system includes the PA add-on,
swinstall displays a message indicating that you can remove it if you would like
to reclaim the disk space. Use the following SD commands if you decide to remove
the PA add-on bundles:
/usr/sbin/swremove Java15JDKadd
/usr/sbin/swremove Java15JREadd
PA-RISC systems: If you are running on a PA-RISC system and your application
requires the PA add-on package, then you need to also upgrade the PA add-on
package in addition to upgrading the JRE/JDK. The add-on package is named either
Java15JDKadd or Java15JREadd and can be obtained by downloading one of
the following PA bundles: jdk15aa_15023_pa.depot,
jre15aa_15023_pa.depot, or jre15aa_15023_pa.tar.Z. Also see “Support
for C++ applications built with -AA and -AP options (PA-RISC) only (page 16).
JDK/JRE consistency
If your system contains both the JRE and JDK products, you must upgrade both products
to maintain consistency in numbering between the JRE/JDK as far as swlist is
concerned.
Installing into an alternate location
To install the software into an alternate location:
Designate filesets either:
JDK installation: Jdk15.JDK15-* and Jre15.JRE15-*
JRE installation: Jre15.JRE15-*
Add "@/<alternate_directory>" to the end of the swinstall command
Add the alternate directory to your PATH
For example: (note that the swinstall command is located at /usr/sbin/swinstall)
JDK:
swinstall -s <download> Jdk15.JDK15-* Jre15.JRE15-* @/<alternate_directory>
JRE:
swinstall -s <download> Jre15.JRE15-* @/<alternate_directory>
PA-RISC add-on package 13