0

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.

user3288829
  • 1,266
  • 15
  • 26
  • 4
    That would depend on how you are running the report, but you can pass properties to the jvm using the `-D` flag – MadProgrammer Aug 05 '15 at 02:58
  • 1
    possible duplicate of [setting system property](http://stackoverflow.com/questions/5189914/setting-system-property) – Flowryn Aug 05 '15 at 04:37

0 Answers0