当导入包之后,报错提示“HttpServlet cannot be resolved to a type”
52个错,吓死
此时,其实就是没有将servlet-api.jar包导入
为解决这个问题
第一步:在项目处右键选择propertise
第二步:点击Java Build Path,如图选择,再点击右侧第二个选项“Add External JARs”
第三步:找到你的servlet-api.jar包,直接apply and close,就解决啦
附赠:servlet-api.jar包下载
(请移步“资源”处)