Jump to content
Changes to the Jaspersoft community edition download ×

How to create executable jar file from report with csv datasource


aaronaustin

Recommended Posts

I've created several reports in ireport using a csv datasource.  I'd like to distribute the reports as jar files so only the csv file needs to be updated.  I'm at a loss of how to go about this.  I tried working with Ant and Netbeans, but I haven't gotten very far.  If anyone could point me in the right direction, that would be great.

 

Aaron

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Sounds like you would need to develop an application around the JasperReports library to read in the csv and execute and fill the reports.  

I would recommend looking at leveraging the JasperReports server as it will allow you to avoid shipping around a jar file which will likely require you to also get everyone set up with java.  For what would probably be less work, you could have a place that people could access the reports with a browser.  Adding in a file datasource to the server, or setting up a DB and using Jaspersoft ETL to load the data would likely create a much more scalable and usable solution.

If you want to create the application, you will need to do some studying of the JasperReports library and its APIs so that you can build the app that you need.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...