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

Classpath problem - manifests


Recommended Posts

By: Chad Enney - cenney

Classpath problem - manifests

2003-03-26 16:45

I have a problem using the compile functionality from jasper from within a running Java CORBA server. We use the manifest files to set up our classpath at run time but I receive the following errors (obviously class path errors) when I call JasperCompileManager.compileReportToFile():

 

/usr/local/mystro/jars/MasterRLSummary.java:4: Package dori.jasper.engine not found in import.

import dori.jasper.engine.*;

^

/usr/local/mystro/jars/MasterRLSummary.java:5: Package dori.jasper.engine.fill not found in import.

import dori.jasper.engine.fill.*;

^

/usr/local/mystro/jars/MasterRLSummary.java:17: Superclass JRCalculator of class MasterRLSummary not found.

public class MasterRLSummary extends JRCalculator

 

 

How does Jasper determine it's classpath?

 

Thanks in advance for any help!

 

 

 

 

By: Chad Enney - cenney

RE: Classpath problem - manifests - resolved

2003-03-27 07:52

Sorry for the quick post. After searching and reading I found my solution:

System.property -

jasper.reports.compile.class.path

 

Thanks

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...