Operating System - HP-UX
1833875 Members
1970 Online
110063 Solutions
New Discussion

DST java tzupdater and TZTest

 
SOLVED
Go to solution
Paul F Rose
Advisor

DST java tzupdater and TZTest

I downloaded the tzupdater tool from the HP website and it appears that the actual update runs OK, but when I try to run the TZTest tool as specified in the README file I get the following error:

/opt/java1.5/bin/java TZTest
Exception in thread "main" java.lang.NoClassDefFoundError: TZTest

I suspect this is because Java can't find the files in the /test directory, but I'm not a Java guru.
3 REPLIES 3
DCE
Honored Contributor
Solution

Re: DST java tzupdater and TZTest



I beleive the test is sensitive to the directory you are running the command from

You will need to fully qualify the path to TXtest, or run the command from the TZtest location
Rick Garland
Honored Contributor

Re: DST java tzupdater and TZTest

At the following link are README files for both the java1.4 and java1.3. The README files provide the details as to HOWTO. This includes the TZTest.

http://www.hp.com/products1/unix/java/DST-US.html

Paul F Rose
Advisor

Re: DST java tzupdater and TZTest

DCE is correct that the TZTest must be run from the /test directory, which is not stated in the README file.