This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other Open Source Projects and the fly likes  	 jasper report ,jasper report jar files and maven dependencies. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Open Source Projects
Reply locked New topic
Author

jasper report ,jasper report jar files and maven dependencies.

Rajubhai Kotwal
Ranch Hand

Joined: Nov 03, 2009
Posts: 47
Hello all,

I have been trying to work on Jasper report. I have built few reports and I was able to export this building (design) within .pdf file. Now I wish to deploy the design using Java. Does anyone know, how to set include jar file in class path? I have got some reference from http://www.cise.ufl.edu/~otopsaka/CIS4301/ReportDemo/ReportFromJava.html to include following jar files in class path like,
* jasperreports-1.2.0.jar,
* commons-beanutils-1.5.jar,
* commons-collections-2.1.jar
* commons-digester-1.7.jar
* commons-logging-1.0.2.jar.
I believe, this solution was written for the earlier version of the jasper report. Therefore, I think these file come automatically with JasperSoft. Does anyone know what amendments are necessary to include jar files in class path if I am using JasperSoft. Are jar files going be the same like mentioned above or there are changes in those files? Exactly where I am going to include these files or how I am going set path? I am using maven as a building tool. Do I need to modify pom.xml file as well?I would welcome your suggestions and advices. THank you in advance.

Best regards.
Martijn Verburg
author
Bartender

Joined: Jun 24, 2003
Posts: 3268

Effectively a duplicate post, locking this one.


Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: jasper report ,jasper report jar files and maven dependencies.
 
Similar Threads
Netbeans Quest to make the JAR file work
jasper report and maven dependencies
Resource Bundle Missing Error in iReport
Creating jar file
Should i move my builds from ANT to Maven?