The method getContextPath() from the type HttpServletRequest
Posted 暴走考拉
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The method getContextPath() from the type HttpServletRequest相关的知识,希望对你有一定的参考价值。
在做java项目开发的时候,jsp页面很容易报出这个错误。
错误的原因很多,但是都和JRE有关。
一般在导入项目的时候容易报出这个错误,主要因为JRE(jdk版本不一致)。
解决方法:就是重新配置路径,配置你机器上安装的jdk。
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页面中的错误提示就消失了。
以上是关于The method getContextPath() from the type HttpServletRequest的主要内容,如果未能解决你的问题,请参考以下文章
The parameter to the method is the basic data type
The method Inflate() in android
Jquery ajax get request to aspx web method not hit the breakpoint in the method and error is json pa
the construction method (构造方法)
The server requested authentication method unknown to the client
[Vue warn]: Method “components“ has type “object“ in the component definition. Did you reference the