错误“HttpServletRequest 引用了缺失的 String 类型”

发布于 2024-10-04 08:37:03 字数 309 浏览 3 评论 0原文

我正在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

如此安好 2024-10-11 08:37:03

您尚未将 JRE 库添加到 IDE。添加它。

You haven't added the JRE libraries to your IDE. Add it.

触ぅ动初心 2024-10-11 08:37:03

单击您的项目并转到构建路径配置更新的 jre 路径并选择要添加的库类型

click on your project and go to build path configure updated jre path and Select the library type to add

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文