java.lang.ClassNotFoundException: org.apache.commons.collections.map.ReferenceMap

早过忘川 提交于 2020-01-16 01:53:08

问题


I'm using jdk7, netbeans8, jasperreport5.6.0 and libraries :

jasperreport5.6.0.jar, 
commons-logging-1.1.2.jar,
commons-beanutils-1.9.2.jar,
commons-digester3-3.2.jar,
commons-collections4-4.0.jar,
itext-2.1.0.jar. 

But after running my application, i got the error, "java.lang.ClassNotFoundException:org.apache.commons.collections.map.ReferenceMap".

How can i resolve it?

来源:https://stackoverflow.com/questions/35986262/java-lang-classnotfoundexception-org-apache-commons-collections-map-referencema

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!