我们的应用程序使用JasperReports.3.7.1并在Windows上运行。我们的其中一个网站无法打印他们的报告。此消息出现在日志中:
Font 'Arial' is not available to the JVM. See the Javadoc for more details
该文件存在:c:\windows\fonts\arial.ttf.
为什么 JVM 或JasperReports找不到?
Usingnet.sf.jasperreports.awt.ignore.missing.font
允许打印报告,但不是一个好的解决方案。
到目前为止,我发现的大部分信息都是Font 'Arial' is not available to the JVM.
指将报告从Windows迁移到Unix的风格,这不是这里遇到的问题。
感谢您的任何建议、想法或见解