Two Laptop Bag
The moose likes Other Open Source Projects and the fly likes How load, compile and execute a report file (.jrxml) inside jar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "How load, compile and execute a report file (.jrxml) inside jar" Watch "How load, compile and execute a report file (.jrxml) inside jar" New topic
Author

How load, compile and execute a report file (.jrxml) inside jar

baront hicham
Greenhorn

Joined: Mar 30, 2009
Posts: 4
I work in eclipse, I create reports (. Jrxml) I load and I compile this report through a java program, so far all works well when I generate the jar of this project, my program generates an exception
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

If you're going to compile a .jrxml file and the .jrxml file is contained inside the jar then you have to load it as a resource, not a file. Without knowing how you're doing it now it's hard to help.

That aside--if it's going to be inside a jar why not just put the compiled report in the jar?!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How load, compile and execute a report file (.jrxml) inside jar
 
Similar Threads
Jasper report Vs crystal Report
Which jrxml file can be called from Java
about jasper report
JasperReport problem
Is dynamic columns possible in Jasperreport