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? Thanks Dave
