HP-UX 11i Java JDK/JRE Version 5.0.30 Release Notes
Information on Mozilla for HP-UX can be found at Mozilla Web Browser for HP-UX
Downloads and Documentation. Additional Plug-in documentation and FAQs can be
found at http://www.oracle.com/technetwork/java/index-jsp-141438.html.
Removing support for unwanted architectures in the JRE
Under the JRE license agreement, partners who redistribute the JRE may remove support
for unwanted architectures. Functional components may NOT be removed under any
circumstances. You may remove support for unwanted architectures as explained below.
The following commands assume that the JRE has been installed in the standard location,
that is, /opt/java1.5/.
• On PA-RISC, to remove 64-bit support:
/usr/sbin/swremove Jre15.JRE15-PA20W Jre15.JRE15-PA20W-HS
• On HP Integrity, to remove 64-bit support:
/usr/sbin/swremove Jre15.JRE15-IPF64 Jre15.JRE15-IPF64-HS
• PA filesets are not installed by default on HP Integrity. If you have installed them for
some reason, they can be removed with:
/usr/sbin/swremove Jre15.JRE15-PA20 Jre15.JRE15-PA20-HS \
Jre15.JRE15-PA20W Jre15.JRE15-PA20W-HS
Support for C++ applications built with -AA and -AP options (PA-RISC) only
Java supports the -AA and -AP options to build C++ applications. On HP Itanium
systems, the C++ runtime libraries support -AA and -AP by default. On HP-UX 11.0 or
11.11 PA-RISC, if you are using the ANSI Standard C++ runtime (-AA) option in an
application that loads Java, you need to use the -AA version of libjvm and
libfontmanager. Note that these libraries are provided as a separate download on
the same page from where you download the JDK and JRE, starting at this Webpage:
JDK, JRE, and Plug-In 5.0.x Downloads and Documentation.
These are the Standard C++ Runtime version of these libraries:
/opt/java1.5/jre/lib/PA_RISC2.0/libjvm_v2.sl
/opt/java1.5/jre/lib/PA_RISC2.0W/libjvm_v2.sl
/opt/java1.5/jre/lib/PA_RISC2.0/libfontmanager_v2.sl
/opt/java1.5/jre/lib/PA_RISC2.0W/libfontmanager_v2.sl
Any native application must be either linked with or dynamically load these versions of
the Java libraries if the C++ application is compiled using -AA.
The Standard C++ version of the JVM libraries are supported for PA_RISC2.0 and
PA_RISC2.0W architectures only.
If the JVM is invoked through the standard Java driver, then use the -V2 option to use
the Standard C++ runtime. For example:
java -V2 <javaprog>
16 Installation