错误“HttpServletRequest 引用缺少的类型字符串”

2022-09-02 11:57:20

我正在实现一个在struts中的项目,其中我在JSP页面中遇到错误。

我已经在Eclipce IDE中配置了Tomcat 6,JRE和JDK 6。

代码是:

%request.getContextPath()%

错误是:

The method getContextPath() from the type HttpServletRequest refers to the missing type String

如何解决此错误?


答案 1

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


答案 2

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