Jump to content
We've recently updated our Privacy Statement, available here ×

weeralalith

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by weeralalith

  1. you have to do 2 modifications 1. <parameter name="gname" isForPrompting="false" class="java.lang.String" /> Change the above line as <parameter name="gname" isForPrompting="true" class="java.lang.String" /> 2. byte[] bytes=JasperRunManager.runReportToPdf(jasperReport,null,jdbcConnection); Change the above line as byte[] bytes=JasperRunManager.runReportToPdf(jasperReport, parameter,jdbcConnection);
  2. Hi All, I'm trying to run my jasper report in HP-UX. and getting the following error leading JVM to crash. /usr/lib/hpux32/dld.so: Unsatisfied code symbol 'libiconv_open' in load module '/opt/gtk2.6/lib/libfontconfig.so'. I created my jrxml and jasper file in Windows and copied to HP-UX. I'm directly using the .jasper file without compiling the .jrxml again. Can some one please give the fix for this. Immediate reply would be much appriciated. Thanks, Lalith
×
×
  • Create New...