Hi, I have a mailet that relies on some code that does getResourceAsStream() (to load a properties file)
On XP the file loads as a stream from ~/SAR-INF (ie ~/SAR-INF is in the classpath of the mailet container) But on Debian Linux it doesn't find this in the classpath. (JDK 1.4) System.getProperty("java.class.path") just tells me about the phoenix.jar. What is the classpath of a mailet container supposed to be? How can I alter it? I edited phoenix.sh to put a -cp XXX in the startup but it doesn't seem to be carried through to the mailet container. cheers Lindsay --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]