-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
On Mon, Sep 20, 1999 at 09:52:41AM +0000, [EMAIL PROTECTED] wrote:
> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
>
> Hi all,
>
> I read the faq but found no mention of javamail.
> I am having trouble running a servlet using javamail 1.1.2 with jserv
> 1.0 and jaf 1.0.1 on apache 1.3.6 (Red Hat 6)
>
> The following code dows not work.
> [...]
> import java.mail.*;
Shouldn't this be
import javax.mail.*;
I'm just trying to work out how you managed to compile the code. I would
have expected javac to tell you that class MessagingException doesn't
exist.
--
Lachlan O'Dea <mailto:[EMAIL PROTECTED]> Computer Associates Pty Ltd
Webmaster Vet - Anti-Virus Software
http://www.vet.com.au/
"Try not. Do. Or do not. There is no try." - Yoda, Jedi Master
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]