I am using GWT with AppEngine on Eclipse. When I try to build a simple Servlet, Eclipse keeps complaining that javax.servlet.http.HttpServlet ” cannot be found in source packages “.
How can I get Eclipse happy?
updated: found the problem: it seems Eclipse with the GWT pluging would rather have server-side code in a .server package.
Make sure the gwt-user.jar from the gwt sdk is on your build path.