RunJava Addins

Hi all,

i’m trying to run a class with RunJava (class is POP3Collect.class) under Linux. This is what i do:

  1. copy POP3Collect.class in Domino data (/usr/local/notesdata)

  2. launch the command “load RunJava POP3Collect”

Every time i obtain the following error:

10/04/2009 08:21:51 RunJava: Can’t find class POP3Collect or lotus/notes/addins/pop3collect/POP3Collect in the classpath. Class names are case-sensitive.

I’ve set the CLASSPATH variable in /etc/profile

Anybody can tell me wath i wrong?

Thanks everybody in advance

Andrea

Subject: Use a program document or Agent Manager

RUNJAVA should be avoided.

You should be using agent manager or program documents to execute your Java agent/code.

Subject: a shot in the dark: Did you try to run it from the programm directory, too?