ireport 出现 Font '宋体' is not available to the JVM

运行Ireport报表出现

出现 Font '宋体' is not available to the JVM. See the Javadoc for more details.


解决办法:

1、把需要用到的字体(可以直接拷贝windows系统的C:/WINDOWS/Fonts 下的相关字体)拷贝当前项目的classpath下,一般为classes目录下

2、在classpath里添加 jasperreports.properties 属性文件

文件内容为:

net.sf.jasperreports.awt.ignore.missing.font=true

你可能感兴趣的:(java,IREPORT)