Passing array data from PHP to JasperReports (with PHP/JavaBridge)
I'm currently trying to create a pdf from a php script. I have JasperReports & PHP/JavaBridge up and running, and it works creating pdf files when sending strings & integers as parameters. I've used the guides from Jasper Reports and PHP & Bullet-Proof Jasper Reports and PHP to help set up PHP/JavaBridge and Jasper reports. This is how my php script currently looks like (very similar to the example from the previously mentioned guide): <?php /** * see if the java extension was loaded. */ function checkJavaExtension() { if(!extension_loaded('java')) { $sapi_type = php_sapi_name(); $port =