Hi,
I have written a java agent and trying to run it on the Notes 6.03.
My Main class looks like:
public class UploadToDocManager extends AgentBase {
public void NotesMain() {
...
DmLogger log = new DMLogger();
...
}
}
I am working in Lotus Domino Designer. I did export the class ‘DMLogger’.
But Everytime the agent runs, it gives me:
NoClassDefFoundError: DmLogger
Please help me. This agent was running fine on Notes 5. I am surely doing something wrong in deployment.
Thanks
Amit