<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Jasper Reports and PHP</title>
	<atom:link href="http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 09 Sep 2010 14:48:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: ruksg</title>
		<link>http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-685</link>
		<dc:creator>ruksg</dc:creator>
		<pubDate>Sun, 28 Mar 2010 14:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-685</guid>
		<description>Hi doing a system in drupal and i want to make it so that reports can be printed depending on search results - how can we go abt this? 
coding with php and mysql on the drupal system.
i have absolutely no idea how to integrate jasper reports to this drupal system.
please help</description>
		<content:encoded><![CDATA[<p>Hi doing a system in drupal and i want to make it so that reports can be printed depending on search results - how can we go abt this?<br />
coding with php and mysql on the drupal system.<br />
i have absolutely no idea how to integrate jasper reports to this drupal system.<br />
please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sibu</title>
		<link>http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-679</link>
		<dc:creator>Sibu</dc:creator>
		<pubDate>Sun, 28 Feb 2010 14:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-679</guid>
		<description>We have a PHP project we have to create jasper report, how to integrate java with PHP to produce jasper report.Please let me know ur suggestions soon and i have no idea about jasper report and PHP</description>
		<content:encoded><![CDATA[<p>We have a PHP project we have to create jasper report, how to integrate java with PHP to produce jasper report.Please let me know ur suggestions soon and i have no idea about jasper report and PHP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prego</title>
		<link>http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-658</link>
		<dc:creator>Prego</dc:creator>
		<pubDate>Wed, 18 Nov 2009 13:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-658</guid>
		<description>Hi Richard,

I use xampp as Apache and Tomcat installed xampp's own I wonder where I put the Java Bridge it will run on the server or Apache Mark up, not really clear you could help me?</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>I use xampp as Apache and Tomcat installed xampp&#8217;s own I wonder where I put the Java Bridge it will run on the server or Apache Mark up, not really clear you could help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lesliê Cardoso</title>
		<link>http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-651</link>
		<dc:creator>Lesliê Cardoso</dc:creator>
		<pubDate>Fri, 18 Sep 2009 14:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-651</guid>
		<description>Hi Richard, 

I managed to make the report produce! But not passing the archive *.jrxml to compile how in the code down:

$compileManager = new JavaClass (" net.sf.jasperreports.engine. JasperCompileManager ");
$report = $compileManager-&#62; compileReport (realpath ("relatorio.jrxml"));

It would like what knowledge *.jar what I put to work with this class or even it might be in charge for the email or to put in annexe for us!
Thank you!</description>
		<content:encoded><![CDATA[<p>Hi Richard, </p>
<p>I managed to make the report produce! But not passing the archive *.jrxml to compile how in the code down:</p>
<p>$compileManager = new JavaClass (&#8221; net.sf.jasperreports.engine. JasperCompileManager &#8220;);<br />
$report = $compileManager-&gt; compileReport (realpath (&#8221;relatorio.jrxml&#8221;));</p>
<p>It would like what knowledge *.jar what I put to work with this class or even it might be in charge for the email or to put in annexe for us!<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nisha</title>
		<link>http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-621</link>
		<dc:creator>Nisha</dc:creator>
		<pubDate>Mon, 30 Mar 2009 00:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-621</guid>
		<description>HI Richard,
I am trying to use jasperreports and php. While I call the method compile manager by passing a test.jrxml following error is thrown. Have been trying from days but not getting any clue.. Could u plzzzzz help.



Errors were encountered when compiling report expressions class file: D:\wamp\bin\php\php5.2.8\ext\HI_1238371884860_172091.java:4: package net.sf.jasperreports.engine does not exist import net.sf.jasperreports.engine.*; ^ D:\wamp\bin\php\php5.2.8\ext\HI_1238371884860_172091.java:5: package net.sf.jasperreports.engine.fill does not exist import net.sf.jasperreports.engine.fill.*; ^ D:\wamp\bin\php\php5.2.8\ext\HI_1238371884860_172091.java:18: cannot resolve symbol symbol : class JREvaluator location: class HI_1238371884860_172091 public class HI_1238371884860_172091 extends JREvaluator ^ D:\wamp\bin\php\php5.2.8\ext\HI_1238371884860_172091.java:25: cannot resolve symbol symbol : class JRFillParameter location: class HI_1238371884860_172091 private JRFillParameter parameter_REPORT_LOCALE = null; ^ D:\wamp\bin\php\php5.2.8\ext\HI_1238371884860_172091.java:26: cannot resolve symbol symbol : class JRFillParameter location: class HI_1238371884860_172091 private JRFillParameter parameter_REPORT_TIME_ZONE = null; ^</description>
		<content:encoded><![CDATA[<p>HI Richard,<br />
I am trying to use jasperreports and php. While I call the method compile manager by passing a test.jrxml following error is thrown. Have been trying from days but not getting any clue.. Could u plzzzzz help.</p>
<p>Errors were encountered when compiling report expressions class file: D:\wamp\bin\php\php5.2.8\ext\HI_1238371884860_172091.java:4: package net.sf.jasperreports.engine does not exist import net.sf.jasperreports.engine.*; ^ D:\wamp\bin\php\php5.2.8\ext\HI_1238371884860_172091.java:5: package net.sf.jasperreports.engine.fill does not exist import net.sf.jasperreports.engine.fill.*; ^ D:\wamp\bin\php\php5.2.8\ext\HI_1238371884860_172091.java:18: cannot resolve symbol symbol : class JREvaluator location: class HI_1238371884860_172091 public class HI_1238371884860_172091 extends JREvaluator ^ D:\wamp\bin\php\php5.2.8\ext\HI_1238371884860_172091.java:25: cannot resolve symbol symbol : class JRFillParameter location: class HI_1238371884860_172091 private JRFillParameter parameter_REPORT_LOCALE = null; ^ D:\wamp\bin\php\php5.2.8\ext\HI_1238371884860_172091.java:26: cannot resolve symbol symbol : class JRFillParameter location: class HI_1238371884860_172091 private JRFillParameter parameter_REPORT_TIME_ZONE = null; ^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nisha</title>
		<link>http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-620</link>
		<dc:creator>Nisha</dc:creator>
		<pubDate>Thu, 19 Mar 2009 23:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-620</guid>
		<description>Hi Richard,
I am facing a problem ..would be gr8 if you could provide some help. I am new to jasper reports and I am trying to integrae jasper with eclipse IDE. I have php-java bridge up . Initially had unzipped into a seperate folder but now have put the contents of Java folder and javaBridge.jar in the eclipse project folder . Now could you please tell me how can I proceed with Jasper integration with eclipse.
Thanks
Nisha</description>
		<content:encoded><![CDATA[<p>Hi Richard,<br />
I am facing a problem ..would be gr8 if you could provide some help. I am new to jasper reports and I am trying to integrae jasper with eclipse IDE. I have php-java bridge up . Initially had unzipped into a seperate folder but now have put the contents of Java folder and javaBridge.jar in the eclipse project folder . Now could you please tell me how can I proceed with Jasper integration with eclipse.<br />
Thanks<br />
Nisha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikas</title>
		<link>http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-619</link>
		<dc:creator>vikas</dc:creator>
		<pubDate>Thu, 12 Mar 2009 11:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-619</guid>
		<description>Hi Richard,
  I am facing problem in jasper report.
i am getting date field from data base as Long.
I want to display it as dd-mm-yyyy, how can i do this conversion in jrxml.Please help.
regards, 
 Vikas</description>
		<content:encoded><![CDATA[<p>Hi Richard,<br />
  I am facing problem in jasper report.<br />
i am getting date field from data base as Long.<br />
I want to display it as dd-mm-yyyy, how can i do this conversion in jrxml.Please help.<br />
regards,<br />
 Vikas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony B</title>
		<link>http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-605</link>
		<dc:creator>Tony B</dc:creator>
		<pubDate>Mon, 03 Nov 2008 10:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-605</guid>
		<description>Hi, I am unable to pass the database connection thus am getting an empty (null) result. Someone pls help me to get this working</description>
		<content:encoded><![CDATA[<p>Hi, I am unable to pass the database connection thus am getting an empty (null) result. Someone pls help me to get this working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignacio</title>
		<link>http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-587</link>
		<dc:creator>Ignacio</dc:creator>
		<pubDate>Mon, 20 Oct 2008 12:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-587</guid>
		<description>Hey, I've got a 
java.security.AccessControlException
it's thrown when on first line of the constructor of the ReportGenerator object when it tries to
System.setProperty("jasper.reports.compile.class.path")
How can i solve this?</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;ve got a<br />
java.security.AccessControlException<br />
it&#8217;s thrown when on first line of the constructor of the ReportGenerator object when it tries to<br />
System.setProperty(&#8221;jasper.reports.compile.class.path&#8221;)<br />
How can i solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-490</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Tue, 26 Aug 2008 06:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/2007/02/04/jasper-reports-and-php/#comment-490</guid>
		<description>Hi !

I try to export a jasperreport to excel from php...

my code :
$sPar = new JavaClass("net.sf.jasperreports.engine.export.JRXlsExporterParameter");
				
$sJem = new JavaClass("net.sf.jasperreports.engine.export.JRXlsExporter");
$sJem-&#62;setParameter($sPar-&#62;JASPER_PRINT, $print);
$sJem-&#62;setParameter($sPar-&#62;OUTPUT_FILE_NAME, $reportsPath .$reportFileName.".xls");
				$sJem-&#62;setParameter($sPar-&#62;IS_ONE_PAGE_PER_SHEET, false);
$sJem-&#62;exportReport();

but i get this error:
java stack trace: java.lang.Exception: Invoke failed: [c(JRXlsExporter)]-&#62;setParameter(o(JRExporterParameter), o(JasperPrint)). Cause: java.lang.NoSuchMethodException: setParameter(o(JRExporterParameter), o(JasperPrint)). Candidates: [] Responsible VM: 1.5.0_10@http://java.sun.com/ at php.java.bridge.JavaBridge.Invoke(JavaBridge.java:1096) at php.java.bridge.Request.handleRequest(Request.java:342) at php.java.bridge.Request.handleRequests(Request.java:388) at php.java.bridge.JavaBridge.run(JavaBridge.java:200) at php.java.bridge.BaseThreadPool$Delegate.run(BaseThreadPool.java:66) Caused by: java.lang.NoSuchMethodException: setParameter(o(JRExporterParameter), o(JasperPrint)). Candidates: [] ... 5 more

i apreciated you help...

(sorry por my poor english)
		
Thanks guys</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>I try to export a jasperreport to excel from php&#8230;</p>
<p>my code :<br />
$sPar = new JavaClass(&#8221;net.sf.jasperreports.engine.export.JRXlsExporterParameter&#8221;);</p>
<p>$sJem = new JavaClass(&#8221;net.sf.jasperreports.engine.export.JRXlsExporter&#8221;);<br />
$sJem-&gt;setParameter($sPar-&gt;JASPER_PRINT, $print);<br />
$sJem-&gt;setParameter($sPar-&gt;OUTPUT_FILE_NAME, $reportsPath .$reportFileName.&#8221;.xls&#8221;);<br />
				$sJem-&gt;setParameter($sPar-&gt;IS_ONE_PAGE_PER_SHEET, false);<br />
$sJem-&gt;exportReport();</p>
<p>but i get this error:<br />
java stack trace: java.lang.Exception: Invoke failed: [c(JRXlsExporter)]-&gt;setParameter(o(JRExporterParameter), o(JasperPrint)). Cause: java.lang.NoSuchMethodException: setParameter(o(JRExporterParameter), o(JasperPrint)). Candidates: [] Responsible VM: 1.5.0_10@http://java.sun.com/ at php.java.bridge.JavaBridge.Invoke(JavaBridge.java:1096) at php.java.bridge.Request.handleRequest(Request.java:342) at php.java.bridge.Request.handleRequests(Request.java:388) at php.java.bridge.JavaBridge.run(JavaBridge.java:200) at php.java.bridge.BaseThreadPool$Delegate.run(BaseThreadPool.java:66) Caused by: java.lang.NoSuchMethodException: setParameter(o(JRExporterParameter), o(JasperPrint)). Candidates: [] &#8230; 5 more</p>
<p>i apreciated you help&#8230;</p>
<p>(sorry por my poor english)</p>
<p>Thanks guys</p>
]]></content:encoded>
	</item>
</channel>
</rss>
