java.lang.NoSuchMethodError: antlr.collections.AST.getLine()
在使用struts2+hibernate3+spring的系统应用中产生这样的异常:
java.lang.NoSuchMethodError:antlr.collections.AST.getLine()
原因:myeclipse中struts2的框架中有antlr-2.7.2.jar包,而hibernate3中有antlr-2.7.6.jar,很明显这两个jar包冲突了,所以需要删除低版本的jar
解决办法:在MyEclipse下,windows-->preferences-->在文本框中搜索struts2-->选择antlr2.7.2-->remove在tomcat该应用的目录WEB-INF\lib删除antlr2.7.2.jar
相关推荐
lightningmn 2020-06-14
疏雨过 2013-09-30
知行天下 2016-03-29
crazzylp 2014-01-08
BitsPlayer 2013-03-14
jinvasshole 2013-02-19
simonhc 2012-05-31
jinvasshole 2012-05-28
tuniumobile 2012-05-21
MyIgnorance 2012-05-05
crazzylp 2011-11-01
MyIgnorance 2011-10-10
simonhc 2011-09-14
crazzylp 2011-06-11
jinvasshole 2011-03-07
MyIgnorance 2013-11-21
simonhc 2010-05-11
sysuqgy 2010-04-13
jsjbkshz0 2008-08-20