BeanUtils使用出现的异常

java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory

工程中导入commons-logging-1.2.jar包

java.lang.ClassNotFoundException: org.apache.commons.collections.FastHashMap

工程中导入commons-collections-3.2.2.jar包。不宜导入4.x的包,目前BeanUtils还不兼容。

注:Apache的BeanUtils会依赖于Apache的其他一些包,根据异常自行下载导入。

你可能感兴趣的:(Java)