I found this exception when I run jasperreport in application(Rational Application Developer:RAD) :
java.lang.NoClassDefFoundError: net.sf.jasperreports.engine.util.JRStyledTextParser (initialization failure)
After this I found solution, I should setting
java.awt.headless=true
I don't know how to setting this order, Please help me. Thank you.