Link to home
Start Free TrialLog in
Avatar of rohit_kapil
rohit_kapil

asked on

java.lang.UnsatisfiedLinkError

When I bring up the GUI for the application I get the following error mesage in the JWS consolde log. The JRE version is 1.5.0_09


Unable to identify Timezone offset ({0})
 java.lang.UnsatisfiedLinkError: nativeGetTimeZoneOffset
at Util.DateTime.nativeGetTimeZoneOffset(Native Method)
at Util.DateTime.getNativeTimeZoneOffset(DateTime.java:471)
at Util.DateTime.setOffset(DateTime.java:442)
at Util.DateTime.setDefaultTimezone(DateTime.java:957)
at Util.TimeZoneKeeper.<init>(TimeZoneKeeper.java:23)
at Util.DateTime.<clinit>(DateTime.java:123)

I'm opening the GUI on NT machine.

Any pointers as to what can be the issue?
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial