Hi Team, appreciate for your all contribution on the jasperstarter. It's really a great open source program to allow other environment (php, python) to generate the jasper report without using jasper studio. Recently i am face one of the issues, my current program are required to use jasper starter and python to generate out the reports with qr code. However i hit an error that i can't find any solution from the web. The error messages is describe about the zxing classes are missing (attach with the screen shot ), and i already put those jar file in my library folder. But it doesn't solve my problem. I wonder is this a bug or some setup i missed out? Thank for help and sorry to my broken English.
PS : Those report are work as normal in the jasper studio or Ireport
Window 10
Hi Haseo,
as described here: http://jasperstarter.cenote.de/usage.html#Reports_using_extensions_or_custom_components
put your additional libraries into the jdbc folder of your installation.
All jar files there will be added to the classpath.
Regards
Volker
I just added the dependency to JasperStarter. In the next release you don't need to workaround...
Thank Volker, It's work now. It's my mistake that didn't read the instruction probably. By the way, thank for your time spending on this again. Looking forward to your next release too.