Jasper Reports - Do I need to add all libraries to my Build Path?

Posted by Jonas on Stack Overflow See other posts from Stack Overflow or by Jonas
Published on 2010-04-27T14:30:48Z Indexed on 2010/04/27 14:33 UTC
Read the original article Hit count: 263

I want to use Jasper Reports in my Java application. I use Eclipse.

I have added jasperreports-3.7.2.jar to my Build Path in Eclipse, but when compiling I get many NoClassDefFoundError-exceptions, so I have to add those libraries too to my Build Path.

Do I really need to copy all jar-libraries that Jasper Reports are using to my lib-directory and then add them to my Build Path in Eclipse, or is it any easier way to solve this?

The libraris I'm talking about are those in Jaspers Report's lib-directory, i.e. commons-digerster-1.7.jar, commons-logging-1.0.4.jar and so on...

© Stack Overflow or respective owner

Related posts about jasper-reports

Related posts about eclipse