Dave Havard wrote:
Hi

I am trying to write a basic webmail client using tomcat as my servlet engine and James as my smtp, pop3, etc server.

In order to test I have put the following at the top of a jsp:
<%@ page import="org.apache.james.*" %>

but get the following error message back:
package org.apache.james does not exist

Any ideas why this is?

You want to use JavaMail to write a mail client. James is irrelevant, and the code shouldn't be imported. If you were doing something that required using James code, you would need to add that code to your classpath.


--
Serge Knystautas
President
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to