I have included all the 6 jars (beanutils, lang, logging, collections, ezmorph, json-lib). Its working fine in simple struts application. But in my struts application, although I have included all jar files, its shows a NoClassDefFoundError
about ListOrderedMap
.
I don't know how to make my app know that class. But I have included like other required jars for different functionality.
Please help me to resolve this issue.
Yes, even tho there is NOW a newer v4.x for commons-collections, the 4.x do NOT work!
So, get the older highest version from v3.x, namely: v3.2.1
If you're using maven, like I am, here's my complete working dependencies list: