当前位置: 代码迷 >> J2EE >> The type HttpServletRequest is not accessible,该怎么解决
  详细解决方案

The type HttpServletRequest is not accessible,该怎么解决

热度:563   发布时间:2016-04-22 03:02:00.0
The type HttpServletRequest is not accessible
用Eclipse写一个Servlet时出现如下错误,搜了一下有的说是路劲问题,还有的是版本问题,求指教
Access restriction: The type HttpServletRequest is not accessible due to restriction on required library C:\Program Files\Java\jre1.6.0_02\lib\ext\servlet-api.jar


------解决方案--------------------
因为你还没有导入servlet-api.jar包
导入方法:右键你的工程属性,然后
选择导入的外部jar要到你的tomcat安装目录下的bin目录下选择servlet-api.jar
  相关解决方案