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

http://ftp.hp.com/pub/softlib/hpuxjava-patchinfo/index.html.
HP-UX system requirements
HP Integrity servers running HP-UX 11i v2 or v3 (11.23 or 11.31) are supported. Refer
to the following website for more information about HP Integrity servers: HP Integrity
Servers.
Installation instructions
From theJDK/JRE 7.0.x Downloads and Documentation page, select (click) a JDK/JRE
7.0.x version to download from the “JDK/JRE 7.0.x Downloads list.
This displays the download page for that version (for example, https://
h20392.www2.hp.com/portal/swdepot/try.do?productNumber=JDKJRE7009 for
7.0.09). Select the depot file listed, and download to a local directory.
NOTE: For Java 7.0.x, there is only one download depot file, which contains both the
combined JDK/JRE and the stand-alone JRE. During the installation procedure you will
be able to choose which one you want to install.
Approximately 446 MB of disk space is needed to download and install Java 7.
The HP-UX JDK and JRE for Java 7 install under /opt/java7. To install the software,
log in as root and use the SD-UX swinstall command:
/usr/sbin/swinstall
This command will lead you through the installation. Change Source Depot Type to Local
Directory and Source Depot Path to <depot_dir>/<depot_filename>. It is
recommended that you select the Reinstall filesets and unselect the Mount filesystems
option from the options menu.
WARNING! Do not unarchive rt.jar, charsets.jar, jpda.jar, tools.jar,
jce.jar, and jsse.jar. These files are needed by the JDK tools and the runtime
environment.
Add the directory /opt/java7/bin to your PATH.
For information on setting important system parameters required for correct execution of
Java programs, refer to the HP-UX Programmer's Guide for Java 2 on the BSC at:
http://www.hp.com/go/hpux-java-docs.
Installing the JDK or JRE from the single download bundle
To install the full JDK (including the JRE):
swinstall -s <depot_dir>/<depot_filename> \*
To install the JRE only::
swinstall -s <depot_dir>/<depot_filename> Java70.Jre70
Installation 13