java.mail.Session TC5 woes

2004-04-22 Thread Mark Lowe
I've been googling around and I gather its a problem but I haven't found a solution yet. Are there any nooks and cranies to using java mail with TC5, I've tried most the different options i can think of (JNDI and then getting the session from there, getInstance in the servlet) but nothing just

Re: java.mail.Session TC5 woes

2004-04-22 Thread David Smith
Do you have both mail.jar and activation.jar in your WEB-INF/lib or common/lib folder? Both are available free from Sun's website. --David Mark Lowe wrote: I've been googling around and I gather its a problem but I haven't found a solution yet. Are there any nooks and cranies to using java

Re: java.mail.Session TC5 woes

2004-04-22 Thread Mark Lowe
Yeah .. Tried in both, either, or. .. and in shared/lib to boot but no joy. On 22 Apr 2004, at 21:52, David Smith wrote: Do you have both mail.jar and activation.jar in your WEB-INF/lib or common/lib folder? Both are available free from Sun's website. --David Mark Lowe wrote: I've been

Re: java.mail.Session TC5 woes

2004-04-22 Thread QM
On Thu, Apr 22, 2004 at 11:21:55PM +0200, Mark Lowe wrote: : Yeah .. Tried in both, either, or. .. : : and in shared/lib to boot but no joy. common/lib should be fine. NoClassDefFoundError usually means that the class was found, but it's not quite what was expected by the calling coe. Are