On 8/22/06, iAbhishek@xxxxxxxxx <iAbhishek@xxxxxxxxx> wrote:
>
> Hi Kyle
>
> Please note that this is an Error, not an Exception which can be
> handled.
> Anyway I added ur code, but still the error is same.
Ah yes, you are right it's an error so not catchable. Sorry I missed that.
And you do not see a "Caused by:" exception just beneath the error
stack trace? It's strange that the root exception is not being
displayed in this case.
> And the error is on the same line, when I am calling CalendarService
> constructor.
>
> Now this is puzzling!
I know you mentioned earlier that you are running java 1.5.0, but can
you double check this. The reason I ask is that this
ExceptionInInitializerError is exactly what others have reported when
they try to use the Java client library against JDK 1.4, as in this
thread:
http://groups.google.com/group/google-calendar-help-dataapi/browse_thread/thread/9b14947c8ba01107/05942934fbc1d2c4
The following is a good way to find out if the version at runtime is
what you think it is:
System.err.println(System.getProperty("java.version"));
Sorry to ask you to recheck something you already stated, but I'm
somewhat at a loss too.
-- Kyle
|