The problem was that I had neglected to make the class public.So, by changing:class myServlet extends HttpServletto:public class myServlet extends HttpServletthe problem goes away.