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

swinstall -s <depot_dir>/<depot_filename> Java70.Jre70.JRE70-* @/<actual_directory>
ln -s /<actual_directory>/opt/java7/* <final_alternate_directory>
File structure JDK/JRE
The following diagram displays an abbreviated form of the file structure:
java7
____|_________________________________________
| | | | |
bin lib jre demo include
| | |
java tools.jar |
javac dt.jar |
javadoc ir.idl |
javah jconsole.jar |
javap orb.idl |
javaws |
jdb |
jhat |
jrunscript |
rmid |
tnameserv |
wsgen |
: |
|
_____|___________________
| |
bin lib
| |
java |
rmid |
tnameserv |
: |
|
____________________|_________________________________
| | | | | |
rt.jar zi security ext IA64N IA64W
charsets.jar | | ___|______|___
deploy.jar jar and jar | |
jce.jar policy files server server
jss2.jar files
:
The tools are under opt/java7/bin and the libraries are under opt/java7/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 file rt.jar 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:
IA64N 32-bit
IA64W 64-bit
The include directory contains the header files for supporting JNI and JVMDI.
Installation 15