Jump to content
We've recently updated our Privacy Statement, available here ×

eb server(IBM WSAD) running JasperReports


2005 IR Help

Recommended Posts

By: pandu - pandu16

Web server(IBM WSAD) running JasperReports

2004-01-07 17:20

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 FilesIBMWebsphereDataSource.java:4: package dori.jasper.engine does not exist

import dori.jasper.engine.*;

 

I am using the following jar files

 

jasperreports-0.4.6.jar

ant.jar

commons-beanutils.jar

commons-collections.jar

commons-digester.jar

commons-logging.jar

commons-logging-api.jar

hsqldb.jar

itext-0.96.jar

jakarta-poi-1.5.1-final-20020615.jar

tools.jar

xercesImpl.jar

xmlParserAPIs.jar

 

 

Can any one help me regarding this .

 

Thanks

Pandu

 

 

 

 

By: Teodor Danciu - teodord

RE: Web server(IBM WSAD) running JasperReport

2004-01-09 07:40

 

Hi,

 

Depending on the report compiler that you use,

you have to set the "jasper.reports.compile.class.path"

system property, like explained here:

 

http://jasperreports.sourceforge.net/quick.how.to.html#compile

 

Check the "webapp" sample for details.

 

I hope this helps.

Teodor

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...