Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Web Start running JasperReports

843802Jul 7 2003 — edited Mar 30 2005
The 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2005
Added on Jul 7 2003
18 comments
1,333 views