I am using Jasper Reports Plugin which is working fine, But when I try to export, i get Error.
URI /cipg-backoffice/jasper/index Class net.sf.jasperreports.engine.util.JRFontNotFoundException Message Font 'Times New Roman' is not available to the JVM. See the Javadoc for more details.....
I then included the "DynamicJasper-core-fonts-1.0.jar" file into project's lib folder but the font is still not found.When I run 'grails list-plugins' I don't see the jar file listed.
Please tell how can I add fonts to the grails Project?