The project was not built since its build path is incomplete. Cannot find the class file for javax.servlet.http.httpServletRequest. Fix the build path then try building this project
<p>
<span><span style="font-size:14px;line-height:26px;"><br>
The type javax.servlet.http.httpServletRequest cannot be resolved. It is indirectly referenced from required .class files
Thetype javax.servlet.http.httpServletRequest cannotberesolved.Itisindirectlyreferencedfromrequired.classfiles
这个说明:
1.你的项目是web项目
2.你的项目的依赖未找到。
如果是eclipse,加一个targetruntime,就可以了。
如果是myeclipse,加一个J2EE1.5+ 的自带类库就行。
操作方式雷同:在项目上右键->buildpath->configbuildpath->addlibrary->
myeclipse加j2EE,eclipse加serverruntime
在项目上右键bulidpath试下,看错误就是项目路径错误Thetype javax.servlet.http.httpServletRequest cannotberesolved.Itisindirectlyreferencedfromrequired.classfiles
这个说明:
1.你的项目是web项目
2.你的项目的依赖未找到。
如果是eclipse,加一个targetruntime,就可以了。
如果是myeclipse,加一个J2EE1.5+ 的自带类库就行。
操作方式雷同:在项目上右键->buildpath->configbuildpath->addlibrary->
myeclipse加j2EE,eclipse加serverruntime
你使用了servlet的api但是没有找到jar,maven项目的话配置一下依赖吧,不是的话,配置对应的运行环境的库到buildpath里面版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。