码迷,mamicode.com
首页 > Web开发 > 详细

项目工程导入后jsp报错

时间:2017-04-20 10:41:49      阅读:318      评论:0      收藏:0      [点我收藏+]

标签:remove   ace   tco   ext   aries   今天   错误提示   rar   jdk   

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


今天我将一个项目从另一台机器拷到这台机器,又重新安装了JDK1.6(这台机器上原先的
JDK是1.5的),并配置好了JDK环境后,我将整个项目部署好之后,在每个JSP页面中
的"request.getContextPath()"下方出现了红色的波浪线,提示的错误信息是“The
method getContextPath() from the type HttpServletRequest refers to the
missing type String”,

此时,我们只需这样:

1 右击该项目 - Build Path - Configure Build Path , 在 Libraries 选项下,
会发现有个出错的jre Libraries,将其Remove掉。

2 然后右击该项目 - Build Path - Add Library, 选择JRE System Library,选
择Workspace defaulr JRE(jdk1.6)(此前JDK已成功安装并配置好), 然后 Finish 。

这样,JSP页面中的错误提示就消失了。

 

项目工程导入后jsp报错

标签:remove   ace   tco   ext   aries   今天   错误提示   rar   jdk   

原文地址:http://www.cnblogs.com/yd-blog/p/6736911.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!