我正在struts中实现一个项目,在该项目中JSP页面出现错误。
我已经在Eclipce IDE中配置了Tomcat 6,JRE和JDK 6。
代码是:
%request.getContextPath()%
错误是:
The method getContextPath() from the type HttpServletRequest refers to the missing type String
如何解决此错误?
您尚未将JRE库添加到IDE中。添加它。