java.lang.NoClassDefFoundError: org/apache/commons/collections/Transformer

前端 未结 4 2034
面向向阳花
面向向阳花 2020-12-11 17:00

I am receiving the following error java.lang.NoClassDefFoundError: org/apache/commons/collections/Transformer trying to use BeanMap from the Apache

4条回答
  •  余生分开走
    2020-12-11 17:32

    commons-collections4-x.x.jar Add the library to your classpath and try to run again. It will work.

    Download the library from: https://mvnrepository.com/artifact/org.apache.commons/commons-collections4/4.1

提交回复
热议问题