java.lang.NoClassDefFoundError: org/apache/commons/collections/map/ReferenceMap error with commons-collections-2.1

781 Views Asked by At

My project used below mentions jars: commons-collections-2.1.jar myfaces-api-1.1.3.jar myfaces-impl-1.1.3.jar and jsf version 1.1 but getting this error:

java.lang.NoClassDefFoundError: org/apache/commons/collections/map/ReferenceMap

and commons-collection jar is available at runtime.

0

There are 0 best solutions below