Print a QR Code in JasperReports 5.6.1

后端 未结 1 857
无人共我
无人共我 2021-01-23 20:24

I get the following error when trying to print a QR code in JasperReports

net.sf.jasperreports.engine.JRException: Errors were encountered when compilin         


        
相关标签:
1条回答
  • 2021-01-23 21:08

    I got this working by adding the core.jar (com.google.zxing:core) and javase.jar (com.google.zxing:javase) to build path.

    0 讨论(0)
提交回复
热议问题