Re: error with time zone when trying to run my app through Jswat

Nathan Fiedler <[email protected]> Wed, 21 Apr 2004 19:34:04 -0700
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <1082601243.1685.13.camel@chip>
What system are you running this on?

What are your locale and timezone settings?

Do you have the daylight savings time support enabled or disabled?

There is a bug similar to this in the JDK on Windows that has to do with
the DST setting in the system.

I assume you are able to run your app normally. Can you start it with
the JPDA flags for remote debugging and connect JSwat to it?

n


On Wed, 2004-04-21 at 15:28, Keri Ramsey wrote:
> Hi,
> I just installed Jswat and tried running my application in it for the 
> first time and get the following error:
> Exception thrown: FileNotFoundException: 
> "/a/toaster-g0.lanl.gov/vol/vol2/home/packages-root/.packages/j2sdk/j2sdk-1.4.2_01/lib/linux/j2sdk-1.4.2_01=l/jre/lib/zi/US/Mountain 
> (No such file or directory)"
> [main] FileInputStream.open (FileInputStream.java:-1)
> 
> I looked and I do have the directory
> /a/toaster-g0.lanl.gov/vol/vol2/home/packages-root/.packages/j2sdk/j2sdk-1.4.2_01/lib/linux/j2sdk-1.4.2_01=l/jre/lib/zi/
> But there is no "US" directory under that (hence the error!)
> I thought perhaps the problem was that I did not have the latest version 
> of java, so downloaded 1.4.2_04, but I get the same error.
> I am not even sure why it is looking for the time zone.
> Can anyone point me in the right direction?
> Thanks!
> Keri