We call Jasper report from Servlet and display pdf on Browser, the code is run one one system perfectly but when we try to run the code on another system it showing following error. Both systems configuration are same, and same version of Eclipse, and jar files but showing error : java.lang.ClassNotFoundException: org.apache.commons.collections.map.ReferenceMap
Asked
Active
Viewed 55 times
0
-
You should add *jar* with `org.apache.commons.collections.map.ReferenceMap` at cp – Alex K Aug 02 '17 at 07:40
-
jar with org.apache.commons.collections.map.ReferenceMap added at classpath but nothing to change. Same error :( – Rajesh chopade Aug 02 '17 at 11:49
-
Do you have only one jar with this class at cp? – Alex K Aug 02 '17 at 11:50