码迷,mamicode.com
首页 > 编程语言 > 详细

Java异常The type javax.servlet.http.HttpServletRequest cannot be resolved

时间:2015-06-14 18:25:34      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:

The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly referenced from required .class files. 这个错误表示的意思还不太清楚,可能是,myeclipse不会自动找这个包servlet.jar,就算在相应工程/WebRoot/WEB-INF/lib里面,而且奇怪的是该错误提示总是在代码的最前面 ( 第一行位置 )

解决办法:加入相关类的 jar 包到你的 classpath (右键点击某个jar包--build path--config build path...---liberary---Add external jar library),此处加入 servelet-api.jar(此包在eclipse/plugins目录中可以找得到,其他类似的错误也用相同的方法解决) 到 classpath ,OK 。

Java异常The type javax.servlet.http.HttpServletRequest cannot be resolved

标签:

原文地址:http://www.cnblogs.com/guanwenqiang/p/4575275.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!