Question about an error I'm receiving when compiling with Maven.
I get an error of:
C:\Avalon\Merlin\tutorial\thai\src\java\tutorial\ConnectionPoolTestServlet.java:11:
package javax.servlet.http does not exist
import javax.servlet.http.HttpServlet;
^
This error occurs for all the other HttpServlet imports I have in my
servlet. When I compile the code by itself using javac and not maven it
compiles fine.
Any ideas?
Thai Lam
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]