错误“HttpServletRequest 引用了缺失的 String 类型”
我正在 struts 中实现一个项目,其中 JSP 页面出现错误。
我已经在 Eclipce IDE 中配置了 Tomcat 6、JRE 和 JDK 6。
代码是:
%request.getContextPath()%
错误是:
The method getContextPath() from the type HttpServletRequest refers to the missing type String
如何解决此错误?
I am implementing a project in struts in which I am getting an error in a JSP page.
I have already configured Tomcat 6, the JRE and JDK 6 in Eclipce IDE.
The code is:
%request.getContextPath()%
The error is:
The method getContextPath() from the type HttpServletRequest refers to the missing type String
How can I resolve this error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您尚未将 JRE 库添加到 IDE。添加它。
You haven't added the JRE libraries to your IDE. Add it.
单击您的项目并转到构建路径配置更新的 jre 路径并选择要添加的库类型
click on your project and go to build path configure updated jre path and Select the library type to add