paulchurchward Posted January 4, 2011 Share Posted January 4, 2011 Im trying to display a simple chart via a java web app, I have been stopped in my tracks by this exception:ClassNotFoundException org.objectweb.asm.OpcodesThese are the jars im using: ant-1.7.0.jarant-launcher-1.7.0.jarcommons-beanutils-1.8.3.jarcommons-collections-3.2.1.jarcommons-dbcp-1.4-javadoc.jarcommons-dbcp-1.4-sources.jarcommons-dbcp-1.4.jarcommons-digester-2.1.jarcommons-logging-1.1.1.jarcommons-pool-1.5.4.jargroovy-1.7.6.jariText-2.1.5.jarjasperreports-3.7.6.jarjasperreports-fonts-3.7.6.jarjasperreports-javaflow-3.7.6.jarjcommon-1.0.15.jarjcommon-1.0.16.jarjfreechart-1.0.12.jarjfreechart-1.0.13-experimental.jarjfreechart-1.0.13-swt.jarjfreechart-1.0.13.jarjtds-1.2.4.jarjunit-4.8.1.jarlog4j-1.2.16.jarservlet-api-2.3.jarservlet-api-2.5.jarspring-aop-3.0.0.RELEASE.jarspring-asm-3.0.0.RELEASE.jarspring-beans-3.0.0.RELEASE.jarspring-context-3.0.0.RELEASE.jarspring-core-3.0.0.RELEASE.jarspring-expression-3.0.0.RELEASE.jarspring-jdbc-3.0.0.RELEASE-sources.jarspring-jdbc-3.0.0.RELEASE.jarspring-orm-3.0.0.RELEASE.jarspring-test-3.0.0.RELEASE-sources.jarspring-test-3.0.0.RELEASE.jarspring-tx-3.0.0.RELEASE.jarspring-web-3.0.0.RELEASE.jarspring-webmvc-3.0.0.RELEASE.jarspring-webmvc-portlet-3.0.0.RELEASE.jar Thanks in advance Code: Post Edited by paulchurchward at 01/04/2011 20:03Post Edited by paulchurchward at 01/04/2011 20:22 Link to comment Share on other sites More sharing options...
Teodor Danciu Posted January 6, 2011 Share Posted January 6, 2011 Hi, This does not seem to be a JasperReports related error. You are simply missing some class from your application classpath. I'm not sure if this class is supposed to be part of the spring-asm-3.0.0.RELEASE.jar, but that is something for you to figure out and fix. I hope this helps.Teodor Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now