Jump to content
We've recently updated our Privacy Statement, available here ×

ClassNotFoundException org.objectweb.asm.Opcodes


paulchurchward

Recommended Posts

 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.Opcodes

These are the jars im using:

 ant-1.7.0.jar

ant-launcher-1.7.0.jar

commons-beanutils-1.8.3.jar

commons-collections-3.2.1.jar

commons-dbcp-1.4-javadoc.jar

commons-dbcp-1.4-sources.jar

commons-dbcp-1.4.jar

commons-digester-2.1.jar

commons-logging-1.1.1.jar

commons-pool-1.5.4.jar

groovy-1.7.6.jar

iText-2.1.5.jar

jasperreports-3.7.6.jar

jasperreports-fonts-3.7.6.jar

jasperreports-javaflow-3.7.6.jar

jcommon-1.0.15.jar

jcommon-1.0.16.jar

jfreechart-1.0.12.jar

jfreechart-1.0.13-experimental.jar

jfreechart-1.0.13-swt.jar

jfreechart-1.0.13.jar

jtds-1.2.4.jar

junit-4.8.1.jar

log4j-1.2.16.jar

servlet-api-2.3.jar

servlet-api-2.5.jar

spring-aop-3.0.0.RELEASE.jar

spring-asm-3.0.0.RELEASE.jar

spring-beans-3.0.0.RELEASE.jar

spring-context-3.0.0.RELEASE.jar

spring-core-3.0.0.RELEASE.jar

spring-expression-3.0.0.RELEASE.jar

spring-jdbc-3.0.0.RELEASE-sources.jar

spring-jdbc-3.0.0.RELEASE.jar

spring-orm-3.0.0.RELEASE.jar

spring-test-3.0.0.RELEASE-sources.jar

spring-test-3.0.0.RELEASE.jar

spring-tx-3.0.0.RELEASE.jar

spring-web-3.0.0.RELEASE.jar

spring-webmvc-3.0.0.RELEASE.jar

spring-webmvc-portlet-3.0.0.RELEASE.jar

 

Thanks in advance

Code:



Post Edited by paulchurchward at 01/04/2011 20:03



Post Edited by paulchurchward at 01/04/2011 20:22
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...