您的位置:首页 > 理论基础 > 计算机网络

The type javax.http.HttpServletRequest cannot be resolved.It is indirectly

2013-03-01 10:49 489 查看
错误:The type javax.http.HttpServletRequest cannot be resolved.It is indirectly....

原因:项目中缺少servlet-api.jar文件。

解决办法:将D:/Program Files/Apache Software Foundation/Tomcat 5.5/common/lib下的servlet-api.jar拷贝到项目中,然后编译即可。


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐