I am trying to use JasperReport to create report.
And I fund the report designer tool : the iReport-Designer for JasperReports
http://sourceforge.net/projects/ireport/files/iReport/iReport-5.5.0/
After installed, I can't startup the designer.
So I try to figure out it.
Find the report execute script and run it\
The reason is : Cannot find java. Please use the --jdkhome switch.
Open the report.conf in the Resource/ireport/etc/ folder
Setup the jdkhome and save
jdkhome="/Library/Java/JavaVirtualMachines/jdk1.7.0_11.jdk/Contents/Home"
execute again...Yeah!!
JSP use JasperReports