Link to home
Start Free TrialLog in
Avatar of pvinodp
pvinodp

asked on

jrxml and jasper

i have changed my jrxml but the output does not reflect that...
Is there any cache or garbage associated with it which i need to explicitly delete?
ASKER CERTIFIED SOLUTION
Avatar of Valeri
Valeri
Flag of Bulgaria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pvinodp
pvinodp

ASKER

is there a explicit way to recompile jrxml  files???
I use the iReport Jasper software. You can download it at - http://jasperforge.org/projects/ireport
Open the jrxml file and click on Build-> Compile from the menu on top.
Also, try deleting the .jasper file before compiling.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pvinodp

ASKER

so first delete the old version
compile it with JasperCompileManager.compileReportToFile()
u dont hv to hv a instance of the class as the function is a statis one...
just call as given in the comment by valeri