HttpServlet cannot be resolved to a type 解决办法

刚开始学习Servlet,在Eclipse中新建了一个Servlet,不过页面上报错:

Httpservlet cannot be resolved to a type,显然是Eclipse找不到相应的包,即javax.servlet。

HttpServlet cannot be resolved to a type 解决办法

原因:

项目名--> 右键-->
Build Path--> 选择 --> Configure --> Libraries --> Add External JARs

选择servlet-api.jar 的路径即可HttpServlet cannot be resolved to a type 解决办法

上一篇:Httpservlet cannot be resolved to a type


下一篇:SQLite 入门教程(二)创建、修改、删除表