Tzupdater Error - There's no tzdata available for this Java runtime

When we try to run the tzupdater patch on our HP Unix environment running JDK 1.4.1_04 we get the following :

The output is

java -jar tzupdater.jar -u

There's no tzdata available for this Java runtime.

When I use the -v option I see:

java -jar tzupdater.jar -V

tzupdater version 1.0.1-b01

JRE time zone data version: tzdata2002c

There's no tzdata available for this Java runtime.

When I look at my java version I see:

java -version

java version "1.4.1.04"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1.04-030801-11:26)

Java HotSpot(TM) Server VM (build 1.4.1 1.4.1.04-030801-13:10-PA_RISC2.0 PA2.0, mixed mode)

I have tried running this on two different servers with the same result. I tried the "V" option but it does not give me any additional information.

Any help would be very appreciated.

Thanks,

Kyle

[934 byte] By [kmarchanta] at [2007-11-26 18:12:47]
# 1
If you're using the tzupdater from Sun, the java.vendor property value must be "Sun Microsystems Inc". Java from other software vendors must use their own tzupdater - contact the vendor of your JDK.
hydr0gen1a at 2007-7-9 5:45:42 > top of Java-index,Desktop,Runtime Environment...
# 2

i have the same problem, and the vendor has value "Sun Microsystems Inc."

D:\temp\Java\1_4\tzupdater_101>C:\j2sdk141_03\jre\bin\java -jar tzupdater.jar -t

-v

java.home: C:\j2sdk141_03\jre

java.vendor: Sun Microsystems Inc.

java.version: 1.4.1_03

JRE time zone data version: tzdata2002c

There's no tzdata available for this Java runtime.

D:\temp\Java\1_4\tzupdater_101>

crbiwa at 2007-7-9 5:45:42 > top of Java-index,Desktop,Runtime Environment...
# 3
1.4.1 is no longer supported. You should consider upgrading to 1.4.2 or later. - edit: tzupdater tool should work though. You might want to verify that the jre\lib\zi directory does exist.Message was edited by: coffeys
coffeysa at 2007-7-9 5:45:42 > top of Java-index,Desktop,Runtime Environment...