HP-UX 11i Java™ JDK/JRE Version 6.0.22 Release Notes
If the Runtime Plug-in is installed in a non-default location, the system administrator needs
to create similar links in order to enable Mozilla/Firefox to find the Runtime Plug-in. Or
you may use the environment variable MOZ_PLUGIN_PATH for Mozilla/Firefox.
Information on Mozilla/Firefox 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 athttp://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/java6/.
• On PA-RISC, to remove 64-bit support:
/usr/sbin/swremove Jre60.JRE60-PA20W Jre60.JRE60-PA20W-HS
• On HP Integrity, to remove 64-bit support:
/usr/sbin/swremove Jre60.JRE60-IPF64 Jre60.JRE60-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 Jre60.JRE60-PA20 Jre60.JRE60-PA20-HS \
Jre60.JRE60-PA20W Jre60.JRE60-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-UX 11.11
and later releases on PA-RISC systems, C++ uses the -AP runtime option by default. 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.
These are the Standard C++ Runtime version of these libraries:
/opt/java6/jre/lib/PA_RISC2.0/libjvm_v2.sl
/opt/java6/jre/lib/PA_RISC2.0W/libjvm_v2.sl
/opt/java6/jre/lib/PA_RISC2.0/libfontmanager_v2.sl
/opt/java6/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>
Installation 15