Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Digester error in jasper reports

843836Apr 25 2005 — edited Apr 25 2005
hi,
I m getting the following error in running a the java file

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
at net.sf.jasperreports.engine.JasperCompileManager.compileReport(Jasper
CompileManager.java:143)
at Temp1.main(Temp1.java:24)

I have placed the jasperreports.jar file in the web-inf/classes of the tomcat dir and also in the ext dir of jre. Also i have set the classpath according to the tomcat dir, but still i am getting the error. What am i missing here?

Thanks,

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 23 2005
Added on Apr 25 2005
3 comments
340 views