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

The method getContextPath() from the type HttpServletRequest refers to the miss

时间:2015-05-27 10:02:05      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:

运行程序报错

 

提示如下:The method getContextPath() from the type HttpServletRequest refers to the missing type

 

技术分享
 解决方法:

 

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 。

技术分享

参考文章:http://blog.csdn.net/home_zhang/article/details/8548560

The method getContextPath() from the type HttpServletRequest refers to the miss

标签:

原文地址:http://blog.csdn.net/tfy1332/article/details/46042717

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