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

weeralalith

Members
  • Posts

    2
  • Joined

  • Last visited

weeralalith's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  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...