Eclipse中HttpServlet类找不到
Eclipse中HttpServlet类找不到。
【问题原因】
没有导入Servlet-api.jar包。
【解决方法】
这个包在所安装在的tomcat的lib文件下,所以只需要导入即可。在需要导入的工程上右键进入properties,选择Java Build Path,Libraries 选项卡中 Add External JARS,选择你所安装 Tomcat 目录下 lib 文件夹中的 Servlet-api.jar 包即可。
Eclipse中HttpServlet类找不到
https://binbiubiu.github.io/20180904130000/