I have 2 jars in my windows tomcat lib folder. jasperreports-3.0.0.jar and jasperreports-5.6.0.jar that have duplicate classes. I need the 3.0.0 jar for some projects so it can't be removed. I now have a project that needs to access a class method in the 5.6.0 jar, but it finds and tries to use the 3.0.0 class instead.
How do I force this project to use the newer jar? In the Eclipse build path, "order and export" tab I tried moving Web App App libraries above Apache Tomcat 7, but I may not be doing something right since it's not working.