当前位置: 代码迷 >> 综合 >> the import javax.serlet cannot be solved.和Httpservlet cannot be resolved to a type
  详细解决方案

the import javax.serlet cannot be solved.和Httpservlet cannot be resolved to a type

热度:50   发布时间:2024-01-09 03:13:29.0

问题原因是缺少了 servlet-api.jar 包。

  1.在tomcat中的lib找到这个包,然后再eclipse里面右击项目,选择java build path-libraries-add external jars,找到tomcat的安装路径,在lib里面,选中servlet-api.jar.点击确定。

 

2.在项目里面导入相应的包ctrl+shift+O,在保存.就可以了

  相关解决方案