Simon Clark ha scritto: > > On 2-Dec-07, at 5:47 AM, Norman Maurer wrote: > >> Are you sure that your package name match ? >> I never used jar directly to create a jar. But shouldn't the directory >> layout looks like: >> >> /your/package/name/VTBList.java ? > > You mean the directory structure within the .jar? I tried to do this, > adding my com directory to the jar file instead of the file directly. > It did not seem to make any difference.
You have to put a .class file (a compiled version of your VTBList.java file in the jar and it has to be placed in the "com/zebraspot/mailets/" folder inside the jar. If you don't want to create a jar you can even place the class file in: si/james-2.3.2/apps/james/SAR-INF/classes/com/zebraspot/mailets/VTBList.class Stefano > All the directions I have been able to find specifically for mailets > simply say 'create your JAR file.', so combined with being pretty new to > Java, I am running a little blind in that respect. Once I get it > running, I'll put together a simple tutorial for other inexperienced users. > > Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
