I have an RCP application, and it has worked fine ...until now.
I have to upgrade some modules that read and write xlsm and xlsx files, so I upgrade poi.
But it breaks my JasperReport reports, the version was very old, 2.0.3, so I try to upgraded also, to 6.1.0, which contains the version of poi that I need.
But I can't make it work inside the viewpart.
This is how it look now, with jasperreports2.0.3
The export /save as button doesn't work, with this error:
net.sf.jasperreports.engine.JRPrintHyperlink.getHyperlinkType()
googled and I got the hint to upgrade and use JRViewer.
I tried to follow this question: how to print jasper report in Eclipse RCP using its print option? but I didn't get it work.
Can someone give me some clues?