严重: Exception starting filter struts2 java.lang.NoSuchMethodError: com.opensymphony.xwork2.config.Co

严重: Exception starting filter struts2
java.lang.NoSuchMethodError: com.opensymphony.xwork2.config.ConfigurationManager.addConfigurationProvider(Lcom/opensymphony/xwork2/config/ConfigurationProvider;)V
    学习struts2框架的时候出现这个问题,出错原理,估计是jar包冲突  struts2多出了两个版本,一个在新建项目使导入的,一个是自己引进去的。也有说是struts2和xwork2冲突。

解决办法,删除能删去的struts包,但是没管用。

于是,重建工程,只用新建项目时提供的struts2包,不要自己在lib下引入包,然后就行了。

严重: Exception starting filter struts2 java.lang.NoSuchMethodError: com.opensymphony.xwork2.config.Co_第1张图片

项目--myeclipse--projects facet(capbilities)--install struts2x,会导入strus2包,不需要自己在lib下导入包

https://blog.csdn.net/linshenshijianlu/article/details/78052135  小项目原地址

你可能感兴趣的:(struts2框架学习小笔记)