Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i 'm unable to export data in XLS format from tJasper component if i include a picture in my jrxml pattern.
I have an issues message who sais :
Caused by: java.lang.NoClassDefFoundError: org/apache/commons/codec/digest/DigestUtils at org.apache.poi.hssf.usermodel.HSSFWorkbook.addPicture(HSSFWorkbook.java:1610) at net.sf.jasperreports.engine.export.JRXlsExporter.exportImage(JRXlsExporter.java:1667) ... 8 more Caused by: java.lang.ClassNotFoundException: org.apache.commons.codec.digest.DigestUtils at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 10 more
i set the Jasperreport propertie "net.sf.jasperreports.export.xls.ignore.graphics" on "false"
i added "commons-codec-1.7.jar" that contain "DigestUtils" but nothing better.
Is there somebody who knows what is the solution to my problem ?
Thanks.
Hi,
Did you add import command to get the class in the advance section of tLibraryLoad component?
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved
Hi,
Did you add import command to get the class in the advance section of tLibraryLoad component?
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved
Sorry i did found the solution with tLibraryLoad component.
Thanks