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

chris_48

Members
  • Posts

    2
  • Joined

  • Last visited

chris_48's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Thanks hozawa, that was the issue. For anyone else having the same problem, the customized version referred to below is available at: http://jasperreports.sourceforge.net/maven2/com/lowagie/itext/2.1.7.js1/
  2. I have been getting NoClassDefFoundError for com.lowagie.text.DocumentException: Exception in thread "main" java.lang.NoClassDefFoundError: com/lowagie/text/DocumentException at net.sf.jasperreports.engine.JasperExportManager.exportToPdfFile(JasperExportManager.java:151) at net.sf.jasperreports.engine.JasperExportManager.exportReportToPdfFile(JasperExportManager.java:504) at ca.polarisfinancial.JasperTest.Main.main(Main.java:28) I have itextpdf-5.5.9.jar on my classpath, but after digging into it a little bit I realized that some of the code distributed with 6.2.1 is pointing to the old package, for example: JRPdfExporter.java in net.sf.jasperreports.engine.export has the following import defined: import com.lowagie.text.DocumentException; instead of import com.itextpdf.text.DocumentException; Is that intentional? If so, what can I do to fix it?
×
×
  • Create New...