HP-UX 11i Java tzupdater Release Notes

<tool_dir>/SearchAndReplaceTZ <search_dir>
Where,
tool_dir : the directory where the DST tool is installed
search_dir : the directory which the user wants to search JDK/JRE in.
This can be /opt.
Note: The SearchAndReplaceTZ script search results will also include JDK/JRE
versions other than the supported JDK/JRE (1.4.0, 1.4.1, 1.4.2, 5.0, 6.0)
such as 1.2.2 and/or 1.3.1. The tool will also try to patch these,
which will result in java.lang.UnsupportedClassVersionError since
patching them is not supported. In order to patch 1.3.1 JDK/JRE,
the user needs to use the 1.3.1 specific tool.
Removing tzupdater tool changes
Any executing instances of the JDK/JRE to be operated upon must be stopped prior to
running the tzupdater tool against that installed JDK/JRE on-disk image.
A tzupdater modification removal tool does not currently exist. The modifications made
by the current tzupdater tool can be manually removed by following these steps:
(1) Locate the tzmappings file and zi directory under the modified
$JAVAHOME/jre/lib directory. This is the newer data.
(2) Locate a tzmappings.tzdata* file and zi.tzdata* directory in the same
$JAVAHOME/jre/lib directory. This is the replaced, older data.
(3) Obtain the currently installed time zone data version from the command
'java -jar tzupdater.jar -V'.
(4) Rename the current tzmappings file and zi directory to
"tzmappings.tzdata2010o" and "zi.tzdata2010o" or, whatever the version
emitted by the command in step (3). Make sure this does not conflict
with any old tzmappings file or zi data directory.
(5) Rename the preferred version of the tzmappings file and zi directory
to "tzmappings" and "zi".
(6) Validate the change in currently active time zone data by executing
'java -jar tzupdater.jar -V'.
(7) Restart applications on this JDK/JRE.
14