<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[jasper report printing problem]]></title><description><![CDATA[<p dir="auto">guys man netbeans ekata jasper librarys tika add karala button event ekata code kara print wene report ekak, eth program eka run karala button eka press karama error ekak ewaa, youtube tutorials uth baluwa ungem oya steps tika karadi wada, mage man hithane podi case ekak thyiane, katada puluwan help karana, big help :pick:</p>
<p dir="auto"><img src="/assets/uploads/files/1574923610145-sccene-eka.png" alt="sccene eka.PNG" class=" img-responsive img-markdown" /></p>
]]></description><link>https://lankadevelopers.lk/topic/443/jasper-report-printing-problem</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 05:53:02 GMT</lastBuildDate><atom:link href="https://lankadevelopers.lk/topic/443.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Nov 2019 06:47:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to jasper report printing problem on Thu, 28 Nov 2019 13:10:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/27">@root</a> mewa hoda padam :pizza:</p>
]]></description><link>https://lankadevelopers.lk/post/2546</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2546</guid><dc:creator><![CDATA[KrissSachintha]]></dc:creator><pubDate>Thu, 28 Nov 2019 13:10:37 GMT</pubDate></item><item><title><![CDATA[Reply to jasper report printing problem on Thu, 28 Nov 2019 13:10:10 GMT]]></title><description><![CDATA[<p dir="auto">@ChrisSachintha</p>
<p dir="auto">ayyo salli hema welema external files ekka load karaddi try catch ekak athule load karanna , ethakota oyata errors catch karanna puluwan</p>
]]></description><link>https://lankadevelopers.lk/post/2545</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2545</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Thu, 28 Nov 2019 13:10:10 GMT</pubDate></item><item><title><![CDATA[Reply to jasper report printing problem on Thu, 28 Nov 2019 13:09:46 GMT]]></title><description><![CDATA[<pre><code>  Class.forName("com.mysql.jdbc.Driver");
    con = DriverManager.getConnection("jdbc:mysql://localhost:3306/photocopy","root","");
   
   String reportpath = "C:\\Users\\PCLand\\Documents\\NetBeansProject\\JavaApplication29\\src\\helo\\report1.jrxml";
  
   

 
   JasperReport jr = JasperCompileManager.compileReport(reportpath);
   JasperPrint jprint = JasperFillManager.fillReport(jr, null,con);
   
   JasperViewer.viewReport(jprint);
   
   con.close();
</code></pre>
<p dir="auto">mena code eka, mata wagema aul giyoth meka reffer karana</p>
]]></description><link>https://lankadevelopers.lk/post/2544</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2544</guid><dc:creator><![CDATA[KrissSachintha]]></dc:creator><pubDate>Thu, 28 Nov 2019 13:09:46 GMT</pubDate></item><item><title><![CDATA[Reply to jasper report printing problem on Thu, 28 Nov 2019 13:09:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/27">@root</a> adoo hadagatha bn, mechara wela aula thibila thiyane, man hadapu report template eka bn cherry.jpg kiyala image ekak thiba.. kohma hari eka load wen nathi case ekak thibila thiyane, hiyoo sallii wada wada wdada</p>
<p dir="auto">udaw karapu hamotama thanks</p>
<p dir="auto">adarei adarei adarei</p>
<p dir="auto">dukai.............................</p>
]]></description><link>https://lankadevelopers.lk/post/2543</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2543</guid><dc:creator><![CDATA[KrissSachintha]]></dc:creator><pubDate>Thu, 28 Nov 2019 13:09:05 GMT</pubDate></item><item><title><![CDATA[Reply to jasper report printing problem on Thu, 28 Nov 2019 13:04:41 GMT]]></title><description><![CDATA[<p dir="auto">machan me .jrxml file eka load karana eka try catch ekak athulata danna</p>
<p dir="auto">me example eke widiyata</p>
<p dir="auto"><a href="https://www.programcreek.com/java-api-examples/?api=net.sf.jasperreports.engine.design.JasperDesign" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.programcreek.com/java-api-examples/?api=net.sf.jasperreports.engine.design.JasperDesign</a></p>
]]></description><link>https://lankadevelopers.lk/post/2542</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2542</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Thu, 28 Nov 2019 13:04:41 GMT</pubDate></item><item><title><![CDATA[Reply to jasper report printing problem on Thu, 28 Nov 2019 13:00:43 GMT]]></title><description><![CDATA[<p dir="auto">aya wena mokuth na , jframe ekak haduwa button ekak dama oka liwa</p>
]]></description><link>https://lankadevelopers.lk/post/2540</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2540</guid><dc:creator><![CDATA[KrissSachintha]]></dc:creator><pubDate>Thu, 28 Nov 2019 13:00:43 GMT</pubDate></item><item><title><![CDATA[Reply to jasper report printing problem on Thu, 28 Nov 2019 12:59:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/27">@root</a></p>
<p dir="auto">Class.forName("com.mysql.jdbc.Driver");<br />
con = DriverManager.getConnection("jdbc:mysql://localhost:3306/photocopy","root","");</p>
<pre><code>   JasperDesign jdesign = JRXmlLoader.load("C:\\Users\\PCLand\\Documents\\NetBeansProject\\JavaApplication29\\src\\helo\\report1.jrxml");
   
   String sql = "select * from copyprices";
   
   JRDesignQuery updatequery = new JRDesignQuery();
   updatequery.setText(sql);
   
   jdesign.setQuery(updatequery);
   
   
   
   JasperReport jreport = JasperCompileManager.compileReport(jdesign);
   JasperPrint jprint = JasperFillManager.fillReport(jreport, null,con);
   
   JasperViewer.viewReport(jprint);
</code></pre>
<p dir="auto">}</p>
]]></description><link>https://lankadevelopers.lk/post/2539</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2539</guid><dc:creator><![CDATA[KrissSachintha]]></dc:creator><pubDate>Thu, 28 Nov 2019 12:59:19 GMT</pubDate></item><item><title><![CDATA[Reply to jasper report printing problem on Thu, 28 Nov 2019 12:58:34 GMT]]></title><description><![CDATA[<p dir="auto">@ChrisSachintha oyage full code eka balanne nathuwa mukuth kiyanna ba bro</p>
]]></description><link>https://lankadevelopers.lk/post/2538</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2538</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Thu, 28 Nov 2019 12:58:34 GMT</pubDate></item><item><title><![CDATA[Reply to jasper report printing problem on Thu, 28 Nov 2019 12:38:04 GMT]]></title><description><![CDATA[<p dir="auto">bros , library ekak thibila add kara. dan errors mokuth penan na habai print weneath na mokuth</p>
]]></description><link>https://lankadevelopers.lk/post/2537</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2537</guid><dc:creator><![CDATA[KrissSachintha]]></dc:creator><pubDate>Thu, 28 Nov 2019 12:38:04 GMT</pubDate></item><item><title><![CDATA[Reply to jasper report printing problem on Thu, 28 Nov 2019 10:09:19 GMT]]></title><description><![CDATA[<p dir="auto">oyage full error eka add karana post ekata podk</p>
]]></description><link>https://lankadevelopers.lk/post/2536</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2536</guid><dc:creator><![CDATA[Kalana]]></dc:creator><pubDate>Thu, 28 Nov 2019 10:09:19 GMT</pubDate></item><item><title><![CDATA[Reply to jasper report printing problem on Thu, 28 Nov 2019 10:05:03 GMT]]></title><description><![CDATA[<p dir="auto">Error ekai ekai methana post karanna</p>
]]></description><link>https://lankadevelopers.lk/post/2535</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2535</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Thu, 28 Nov 2019 10:05:03 GMT</pubDate></item></channel></rss>