HttpServlet cannot be resolved to a type && Tomcat创建Servlet出现异常

HttpServlet cannot be resolved to a type

异常现象:
img

错误提示:
- HttpServlet cannot be resolved to a type

问题:
 发现HttpServlet这个类根本就找不到,于是乎问题找到了—-没有这个库;

解决思路:
 引入相关库.

本例中遇到是在tomcat使用向导创建Servlet后出现的现象.下面是解决方案:

1. 右键工程菜单—properties

image

2. 选择Java Build Path → Libraries → AddLibrary

image

3. 选择 Server Runtime

img

4. 设置自己的服务器

img

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章