Hi,
I've started to play with Jasper reports.
I've created a fragment and a simple report with one parameter.
It is ok from Eclipse.
Now, i'd like to add an image on this report.
I've done it and i change the Image expression to "Header.jpg".
This image is in the fragment.
I can access to the image through
http://localhost:8080/JasperReportFiles/Header.jpgBut when i try to launch the report, it fails and log says :
GRAVE: ReportStarter.startProcess: Can not run report - Byte data not found at : C:\Users\Nico\AppData\Local\Temp/HeaderTGI_FR.jpg
Any ideas ?
Thanks
Nicolas