java.lang.NoClassDefFoundError: org/apache/commons/collections/FastHashMap报错解决
在使用
commons-beanutils-1.9.2.jar
commons-logging-1.1.1.jar
的时候报错 java.lang.NoClassDefFoundError: org/apache/commons/collections/FastHashMap原因是缺少FastHashMap,
我们需要导包commons-collections-3.2.版本jar包
下载地址:
http://commons.apache.org/proper/commons-collections/download_collections.cgi 传送页面
资源下载地址(点击直接下载)
http://mirror.bit.edu.cn/apache//commons/collections/binaries/commons-collections-3.2.2-bin.zip
然后导包,完美解决
a rebirth