Java Web Start and JasperReports
843802Apr 20 2003 — edited May 21 2003Hi all,
I am trying to get jasper reports (search www.sourceforge.net for jasperreports) to work with Java web Start. I have a problem in that jasper reports cannot find the SAX2 parser in the jar file even though its there.
Jasper requires one to set the system property for the SAX.Parser for it to work. This is usually Xerces which I include in the jar. This will just not work in java web start!
Anyone manage to get this combination to work?