In the 3.5 build of the Jasper plugin, I get errors anytime I try to view a report that contains a barcode of any kind. Anyone else experienced this issue?
I do have the same problem
It’s something related to the jasper libraries, but I guess we’ll nhave to open a ticket…
If it’s related to the Jasper libs, which is most likely, just download the latest libs from the Jasper site.
See Jasper Report doesn't run from Servoy? Version mismatch? - Classic Servoy - Servoy Community for more info.
Paul
If it’s related to the Jasper libs, which is most likely, just download the latest libs from the Jasper site.
See Jasper Report doesn't run from Servoy? Version mismatch? - Classic Servoy - Servoy Community for more info.
Paul
I used jars from my iReport lib folder and added them to tje jasper plugin jnlp file. Finally barcode and bar graphs seem to work fine.
This is my jnlp file:
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+"
codebase="%%serverURL%%"
href="/servoy-client/plugins/jasperPluginRMI.jar.jnlp">
<information>
<title>Servoy Client Plugins</title>
<vendor>Servoy and Others</vendor>
</information>
<resources>
<jar href="/plugins/jasperPluginRMI.jar" download="eager"/>
<jar href="/plugins/jasperPluginRMI/commons-beanutils.jar" download="eager"/>
<jar href="/plugins/jasperPluginRMI/commons-collections.jar" download="eager"/>
<jar href="/plugins/jasperPluginRMI/commons-digester.jar" download="eager"/>
<jar href="/plugins/jasperPluginRMI/commons-javaflow.jar" download="eager"/>
<jar href="/plugins/jasperPluginRMI/itext.jar" download="eager"/>
<jar href="/plugins/jasperPluginRMI/jasperreports.jar" download="eager"/>
<jar href="/plugins/jasperPluginRMI/jdt-compiler.jar" download="eager"/>
<jar href="/plugins/jasperPluginRMI/iReport.jar" download="eager"/>
<jar href="/plugins/jasperPluginRMI/barbecue-1.1.jar" download="eager"/>
<jar href="/plugins/jasperPluginRMI/jfreechart-1.0.0.jar" download="eager"/>
<jar href="/plugins/jasperPluginRMI/jcommon-1.0.0.jar" download="eager"/>
</resources>
<component-desc/>
</jnlp>