关于javaWeb项目中HttpServlet cannot be resolved to a type报错问题

    xiaoxiao2022-07-12  140

    java web中报错HttpServlet cannot be resolved to a type;

    缺少servlet-api.jar架包,在自己电脑上找到servlet-api.jar并将其cope在对应项目WebContext/WEB-INF目录下的lib 文件夹下,就可以了。

    最新回复(0)