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

时间:2010-11-26 11:02:57

标签: java jsp servlets struts2

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

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

代码是:

%request.getContextPath()%

错误是:

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

如何解决此错误?

2 个答案:

答案 0 :(得分:30)

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

答案 1 :(得分:8)

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