我正在struts中实现一个项目,我在JSP页面中收到错误。
我已经在Eclipce IDE中配置了Tomcat 6,JRE和JDK 6。
代码是:
%request.getContextPath()%
错误是:
The method getContextPath() from the type HttpServletRequest refers to the missing type String
如何解决此错误?
答案 0 :(得分:30)
您尚未将JRE库添加到IDE中。添加它。
答案 1 :(得分:8)
单击您的项目并转到构建路径配置更新的jre路径并选择要添加的库类型