The JasperReport report template designed with Ireport is running normally in Windows, but the data cannot be displayed in LINUX.
I ruled out all the troublesome problems, and the final focus was placed on the Linux operating system on the report. After investigation, the following solution found
Solved my question:
Open% tomcat_home% / bin / catalina.sh file At 86% of the file, start Tomcat's script plus: -djava.awt.headless = true / like: "$ _Runjava" $ java_opts $ catalina_opts / -djava.endorsed .dirs = "$ java_endorsed_dirs" -classpath "$ classpath" / -dcatalina.base = "$ catalina_base" / -dcatalina.home = "$ catalina_home" / -djava.io.tmpdir = "$ catalina_tmpdir" / -djava.aw .Headless = true.catalina.startup.bootstrap "$ @" start / >> "$ catalina_base" /logs/catalina.out 2> & 1 & if [! -z "$ Catalina_PID"]; the echo $ ! "$ 1" = "stop"]; after the save, the graphics can be processed.
Finally, I thank http://www.evget.com/articles/evget_866.html technical information. I hope everyone has to help.