I'm using jasperreports6.11.0
and commons-collections4-4.4
. When i run the application im getting this error
java.lang.NoClassDefFoundError: org/apache/commons/collections4/map/ReferenceMap
I have library in classpath and im running the application through batch and I also included it in the classpath in batchfile.
I have tried various common collection versions (4.0, 4.1, 4.2, 4.3, 4.4, 3.2.2
) and error still exists