Hi all. I have a problem in setting up jasperreport.
It is mentioned
here that I have to put these files in my classpath.
dist/jasperreports-X.jarlib/commons-*.jar (all the commons - except maybe for commons-logging)lib/itext-X.jarlib/jdt-compiler.jar
I've done that. However, instead of pointing my classpath to each of these files, I extracted them, put them into one folder, and have my classpath points to this folder.
It works, as I can compile my project successfully.
But I got the following errors when I try to run my program :
Class
org/apache/commons/digester/Digester not found, which is funny because if I import
org.apache.commons.digester.Digester in my code, the compiler gives me no error.
Any clues ? Any helps will be appreciated.
This is my code :