java web中报错HttpServlet cannot be resolved to a type;缺少servlet-api.jar架包,在自己电脑上找到servlet-api.jar并将其cope在对应项目WebContext/WEB-INF目录下的lib 文件夹下,就可以了。
java web中报错HttpServlet cannot be resolved to a type;缺少servlet-api.jar架包,在自己电脑上找到servlet-api.jar并将其cope在对应项目WebContext/WEB-INF目录下的lib 文件夹下,就可以了。