java.lang.nosuchmethoderror是什么错误

java.lang.NoSuchMethodError:org.springframework.web.context.support.XmlWebApplication... java.lang.NoSuchMethodError: org.springframework.web.context.support.XmlWebApplicationContext.getEnvironment()Lorg/springframework/core/env/ConfigurableEnvironment;应该怎么解决?? 求大神们帮忙解决下 在线等!!!!!!!!!!!!!!! 展开
 我来答
51CTO学院
2015-12-08 · 中国最大的IT实战在线培训平台
51CTO学院
中国最大的IT实战在线教育培训平台。
向TA提问
展开全部
jar包冲突造成的,检查一下吧

java.lang.NoSuchMethodError occur if there is some issue with the jar loaded. I think that on the system that you are trying to run this code on, has CLASSPATH set to some path which is loading the older version of the jar. Use the following code to find out the paths from where the ClassLoader is resolving the dependencies
public static void main(String[] args) {
URLClassLoader classLoader = (URLClassLoader)Main.class.getClassLoader();
System.out.println(Arrays.toString(classLoader.getURLs()));
}
更多追问追答
追问
打印出很多包名来 怎么办大神
追答
看一下哪些包是不需要的,有这个方法,删掉!
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
Cansluck
2015-12-08 · 知道合伙人软件行家
Cansluck
知道合伙人软件行家
采纳数:502 获赞数:1407
毕业于湖南农业大学计算机科学与技术专业,学士学位。从事java开发4年,读过大量的java开发的书籍

向TA提问 私信TA
展开全部
这个是找不到所调用的这个方法,这个方法不存在的错误。
追问
应该怎么解决了?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式