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: RunJava Addins

Hi Andrea,

I somehow made it work.

I added the following line in the notes.ini and pasted both files in the same path (/opt/lotus/notes/80010/linux)

JavaUserClasses=/opt/lotus/notes/80010/linux and this should be the last line of the notes.ini

Now everything is working perfectly fine .

hope this will help you…

John.

Subject: RE: RunJava Addins

Hi,

sorry , i did a small mistake in the previous post

That is the ini entry should NOT be the last line of the Notes.ini

John.

Subject: RunJava Addins

Just a thought, but maybe check the class path in the server document, Domino Web Engine section?

Or in the web site document, if you are using those.

HTH

Andrew

Subject: RE: RunJava Addins

Hi Andrew,

thx for your response.

I try to put all .class file in a .jar (POP3Collect.jar) and specify POP3Collect.jar in class path under Domino Web Engine configuration but the error persist

Any ideas?

thx

Andrea