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

|
________________________|________________________________________
| | | | | | |
rt.jar zi security PA_RISC2 PA_RISC2.0W IA64N IA64W
charsets.jar |_________|___________|_________|___
jce.jar | | | |
jsse.jar server server server server
The tools are under opt/java1.5/bin and the libraries are under opt/java1.5/
lib. The tools.jar file contains the classes for supporting the tools and utilities. The
file dt.jar contains the DesignTime archive of BeanInfo files.
The jre directory includes the Java runtime environment. The rt.jar file contains the
runtime classes for the core API. The charsets.jar file contains the internationalization
and localization classes and files. The security directory contains security management
files.
The shared libraries used by the HP-UX platform are contained in the following directories:
PA_RISC2.0 PA-RISC 2.0 32-bit
PA_RISC2.0W PA-RISC 2.0 64-bit
IA64N Integrity 32-bit
IA64W Integrity 64-bit
The include directory contains the header files for supporting JNI and JVMDI.
File structure Runtime Plug-in
The Runtime Plug-in requires the shared library(ies) loaded by the Mozilla or Firefox
browser, the remaining Runtime Plug-in files, and the JRE to be located in the following
fixed relative position:
/opt/java1.5/jre Runtime plug-in and JRE files
/opt/java1.5/jre/plugin/PA_RISC2.0/mozilla Runtime Plug-in shared libraries loaded by Mozilla browser
/opt/java1.5/jre/plugin/IA64N/mozilla IPF Runtime Plug-in shared libraries loaded by Mozilla
browser
If the JPI is installed in the default location, /opt/java1.5/jre, then the following
links are created during the installation to allow the browser to locate the Runtime Plug-in
shared library:
Runtime Plug-in PA-RISC installation:
/opt/mozilla/plugins/libjavaplugin_oji.sl -> \
/opt/java1.5/jre/plugin/PA_RISC2.0/mozilla/libjavaplugin_oji.sl
Runtime Plug-in HP Integrity installation:
/opt/mozilla/plugins/libjavaplugin_oji.sl -> \
/opt/java1.5/jre/plugin/IA64N/mozilla/libjavaplugin_oji.sl
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 to find the Runtime Plug-in. Or you may
use the environment variable MOZ_PLUGIN_PATH for Mozilla.
File structure Runtime Plug-in 15