Defect #1481
QR code error showing report in Servoy
100%
Description
I downloaded Basic_Servoy_JasperReports_Plugin_v.6.4.1_svy84.zip for Servoy 8.4.
In some report that I have designed in Ireport there is a QR field that when displayed in Ireport shows it correctly. But in servoy with the plugin
gives me the following error:
JavaException: java.lang.Exception: net.sf.jasperreports.engine.fill.JRExpressionEvalException: Error evaluating expression for source text: com.google.zxing.client.j2se.MatrixToImageWriter.toBufferedImage(
new com.google.zxing.qrcode.QRCodeWriter().encode(.........)
How can I solve this error so that it shows the QR code correctly?
Files
History
Updated by Javier Arroyo over 6 years ago
- File core-3.3.1.jar core-3.3.1.jar added
- File javase-3.3.1.jar javase-3.3.1.jar added
- % Done changed from 0 to 100
I have solved my problem including the core.jar and javase.jar files to the servoy_jasperreports folder of the servoy plugins. It seems that I was needed to show qr codes.
After including them, everything was shown correctly