Add also the mailet-2.3.jar and mailet-api-2.3.jar

Stefano

Alligator Tail ha scritto:
Hi,

I have been using this tutorial http://www-128.ibm.com/developerworks/java/library/j-james2.html to write my own matcher. It says to compile your own classes you should have the JavaMail (mail.jar) and JavaBeans Activation Framework (activation.jar) JAR files on your classpath, as well as the james.jar file.

I have added:
C:\Program Files\javamail-1.4\mail.jar;
C:\Program Files\jaf-1.1\activation.jar;
C:\Documents and Settings\Owner\james-2.3.0\work\james-1175881267684\SAR-INF\lib\james-2.3.0.jar;
to my class path.

However when I compile my matcher it says: package org.apache.mailet does not exist. Is james-2.3.0.jar the correct file to add to my class path? I have looked on the james document "writing your own custom matcher" but I can't find anything about how to compile the matcher.

Thank you



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to