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

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

时间:2014-05-15 07:08:36      阅读:313      评论:0      收藏:0      [点我收藏+]

标签:style   class   java   c   ext   http   


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

The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly referenced from,布布扣,bubuko.com

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

标签:style   class   java   c   ext   http   

原文地址:http://blog.csdn.net/u013218720/article/details/25715053

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