Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser

前端 未结 19 2255
清酒与你
清酒与你 2020-12-10 01:32

I\'m trying to display my reports on the browser , but I keep getting this error:

\"enter

19条回答
  •  醉酒成梦
    2020-12-10 02:06

    In my case i was using Arial fonts for this i have configured arial fonts in irfonts.xml which was like below











    but it should be like :

    <
    /normal>


    [CDATA[fonts/arialbi.ttf]]>
    [CDATA[true]]>

    so their was a space before the end tag of each tag in above configuration file.
    i fixed it by removing space between them.

提交回复
热议问题