Java Web Start running JasperReports
843802Jul 7 2003 — edited Mar 30 2005The following is the exception that is thrown when trying to compile an .xml report template to a JasperReport object, from an app that has been deployed via the Java Web Start:
dori.jasper.engine.JRException: Errors were encountered when compiling report expressions class file:
C:\Program Files\mozilla.org\Mozilla\DailyReport.java:4: package dori.jasper.engine does not exist
import dori.jasper.engine.*;
* I have deployed the application properly via Java Web Start; however, when running the application it is not able to compile the xml file to a JasperReport object.
* The .java file is created properly; but the app does not seem to be able to find the dori.jasper.engine.*; library.
* I have signed and included the jasperreports-0.5.0.jar (and it's dependencies) with the app, and have put the path to all of it in the Class-Path of the manifest file.
* NOTE: Just FYI, I am able to run this without any problems under netbeans.