okay, I have it compiling, but only through the use of the .jars in
the classpath. This seems to run contrary to what Norman said
earlier. This is my compile statement:
javac /com/zebraspot/mailets/VTBList.java -classpath /si/jars/
activation-1.1.jar:/si/jars/avalon-framework-api-4.3.jar:/si/jars/
avalon-framework-impl-4.3.jar:/si/jars/avalon-logkit-2.1.jar:/si/jars/
bcmail-jdk14-129-workaround.jar:/si/jars/bcmail-jdk14-129.jar:/si/
jars/commons-collections-2.1.1.jar:/si/jars/commons-dbcp-1.2.1.jar:/
si/jars/commons-pool-1.2.jar:/si/jars/concurrent-1.3.4.jar:/si/jars/
cornerstone-connection-api-2.1.jar:/si/jars/cornerstone-connection-
impl-2.1.jar:/si/jars/cornerstone-datasources-api-2.1.jar:/si/jars/
cornerstone-datasources-impl-2.1-patched.jar:/si/jars/cornerstone-
scheduler-api-2.1.jar:/si/jars/cornerstone-scheduler-impl-2.1.jar:/si/
jars/cornerstone-sockets-api-2.1.jar:/si/jars/cornerstone-sockets-
impl-2.1-patched.jar:/si/jars/cornerstone-store-api-2.1.jar:/si/jars/
cornerstone-store-impl-2.1.jar:/si/jars/cornerstone-threads-
api-2.1.jar:/si/jars/cornerstone-threads-impl-2.1.jar:/si/jars/
derby.jar:/si/jars/dnsjava-2.0.3.jar:/si/jars/excalibur-
datasource-2.1.jar:/si/jars/excalibur-pool-api-2.1.jar:/si/jars/
excalibur-pool-impl-2.1.jar:/si/jars/excalibur-thread-api-2.1.jar:/si/
jars/excalibur-thread-impl-2.1.jar:/si/jars/jakarta-oro-2.0.8.jar:/si/
jars/james-2.3.1.jar:/si/jars/mail-1.4.jar:/si/jars/mailet-2.3.jar:/
si/jars/mailet-api-2.3.jar:/si/src2 -J-Xms256m -J-Xmx256m
then jar it and drop it in the lib folder. I now have a mailet and
matcher doing everything I need them to.
Thanks for the help.
Simon