How load, compile and execute a report file (.jrxml) inside jar
baront hicham
Greenhorn
Joined: Mar 30, 2009
Posts: 4
posted
0
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
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