We are using a jasper report to print emails. Now the customer is telling us that not all emails will print.
On investigating the problem, I noticed that I get error messages like this:
“java.lang.Exception: Font ‘verdana’ is not available to the JVM. See the Javadoc for more details.”
In the ServoyForge wiki I found that I need to include a fonts extension jar file.
So I have done the following:
- Using Jaspersoft Studio i’ve created a fonts.jar file with the fonts: Arial, Times New Roman and Verdana
- From JasperReports Library - Browse Files at SourceForge.net i’ve downloaded the project file and extracted the sping-beans and spring-core file to the plugins folder
- I’ve modified the jnlp file with the 3 lines as suggested in Servoy JasperReports Plugin v310 Beta 3 release notes - Servoy JasperReports Plugin - ServoyForge
But after restarting my developer and running my solution I keep getting the same error as before.
Am I missing a step here?
NOTE Using Servoy JasperReports Plugin 5.0.0 final version