java.lang.ClassNotFoundException: org.apache.commons.lang.xwork.StringUtils
struts2+json
java.lang.ClassNotFoundException: org.apache.commons.lang.xwork.StringUtils
java.lang.ClassNotFoundException: org.apache.commons.lang3.xwork.StringUtils
刚开始用的是struts2-json-plugin-2.1.8.1.jar,struts-2.3.3
改为struts2-json-plugin-2.2.3.jar就正常了,但后来测试别的项目又报同样的错。。
后来发现貌似struts2-json-plugin-2.2.3.jar需要org.apache.commons.lang.xwork.StringUtils,org.apache.commons.lang3.xwork.StringUtils两个类
需要导入两个版本的包:commons-lang-2.5.jar,commons-lang3-3.1.jar(其它版本应该只要有这上面两个类的就行)
只导一个包的话,会报找不到另一个包的StringUtils类
相关推荐
牧场SZShepherd 2020-08-03
FlyWithDe 2011-08-31
87214552 2010-07-12
89510091 2006-10-12
liyongkuan 2019-04-01
前端外刊评论 2017-12-26
Javadev 2016-11-11