Java Agent prob: can't find class def

I am trying to use the Google Calendar API for Java in a Java agent.

I have dropped all the jars into the Notes JVM\ext directory. Compiles fine.

I get this error:

Exception in thread “AgentThread: JavaAgent” java.lang.NoClassDefFoundError: com.google.gdata.client.http.GoogleGDataRequest (initialization failure)

at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)

at com.google.gdata.client.http.GoogleGDataRequest$Factory.createRequest(GoogleGDataRequest.java:73)

at com.google.gdata.client.http.HttpGDataRequest$Factory.getRequest(HttpGDataRequest.java:162)

at com.google.gdata.client.Service.createRequest(Service.java:697)

at com.google.gdata.client.GoogleService.createRequest(GoogleService.java:525)

at com.google.gdata.client.Service.createFeedRequest(Service.java:1074)

at com.google.gdata.client.Service.getFeed(Service.java:915)

at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:631)

at com.google.gdata.client.Service.getFeed(Service.java:935)

at JavaAgent.NotesMain(Unknown Source)

at lotus.domino.AgentBase.runNotes(Unknown Source)

at lotus.domino.NotesThread.run(Unknown Source)

On forums someone thinks it may have to do with the IBM JVM used in Notes.

Any clue?

Thanks in advance.

Subject: Yes I’ve got the same problem.

Does anybody have an answer?

Subject: JVM/ext?

The jars should go to the lib/ext folder.

For example:

c:\Notes\jvm\lib\ext

Is this correct?

Subject: Same problem

Anybody has an answer??I’ve got the same error!

Thanks