小编典典

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

jsp

我正在struts中实现一个项目,在该项目中JSP页面出现错误。

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

代码是:

%request.getContextPath()%

错误是:

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

如何解决此错误?


阅读 498

收藏
2020-06-08

共1个答案

小编典典

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

2020-06-08