help with calling jasper reports from java code (am using netbeans)
hi all! I'm having a problem with calling jasper reports from my java application. I used iReport to create the jrxml report file and then wrote the necessay code to call it from my java app. I have imported the necessary packages and added the required jar files to my project classpath. I dont get any errors when compiling. But when i run the application and ry to call the report, i get the following error:
"java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
at net.sf.jasperreports.engine.JasperCompileManager.
compileReport(JasperCompileManager.java:150)"
Am using netbeans6.1 and latest version of ireport.
I am confused since the commons/digester jar file has been added in the classpath. What am i doing wrong. please help me out. thanks.:)
Problem calling ireport with java
hi there. i'm new with ireport. can any one help me how to call an ireport with java. i'm using netbeans IDE 6.9.1 and ireport 3.7.6. what are the ireport jars needed to be added in my java project libraries? xalan is the only jar available in ireports 3.7.6 lib.