Hi Guys,
I'm quite new to
java, jasperreports and programming in general...
I've got a java application, where a checklist can be filled in, which is stored and loaded from a database.
I use netbeans, with a SQLite database and the IReports plugin for the design of the printed page.
In the end It can be saved as a PDF file using jasperreports.
The problem now is...the html file nicely shows up in Jasperviewer when I'm running the application in Netbeans.
But when I just run the created executable .jar file...and then click my *create PDFbutton*, nothing happens.
Jasperviewer doesnt show, and no report is created anyway. I've been trying to fix this for the last two weeks...and I'm just stuck...
Does anyone have an idea where the problem might be?
Below is the code I use to create the PDF file.
Thanks
alot,
Elwin