摘要:
Font '標楷體' is not available to the JVM.问题描述: 將ireport4.5中字體改為 ‘標楷體’后,進行報表列印會報出如下異常訊息: net.sf.jasperreports.engine.util.JRFontNotFoundException: Font '標楷體' is not available to the JVM. See the Javadoc for more details.問題原因: 此問題的原因是因為在Java虛擬機內不存在字體 ‘標楷體’, 所以解決方案就是將系統內的字體 (標楷體) 放到JVM中.解
阅读全文