-----------------------------------------------
TestEmail.java:8: package javax.servlet does not exist
import javax.servlet.*;
^
TestEmail.java:9: package javax.servlet.http does not exist
import javax.servlet.http.*;
^
TestEmail.java:14: cannot resolve symbol
symbol : class HttpServlet
location: class TestEmail
public class TestEmail extends HttpServlet
^
TestEmail.java:20: cannot resolve symbol
symbol : class ServletConfig
location: class TestEmail
public void init(ServletConfig config) throws ServletException
^
TestEmail.java:20: cannot resolve symbol
symbol : class ServletException
location: class TestEmail
public void init(ServletConfig config) throws ServletException
^
TestEmail.java:25: cannot resolve symbol
symbol : class HttpServletRequest
location: class TestEmail
public void doGet(HttpServletRequest request, HttpServletResponse response)
^
TestEmail.java:25: cannot resolve symbol
symbol : class HttpServletResponse
location: class TestEmail
public void doGet(HttpServletRequest request, HttpServletResponse response)
^
TestEmail.java:26: cannot resolve symbol
symbol : class ServletException
location: class TestEmail
throws ServletException, IOException
^
TestEmail.java:22: cannot resolve symbol
symbol : variable super
location: class TestEmail
super.init(config);
^
9 errors