Jump to content
JasperReports Library 7.0 is now available ×

Recommended Posts

By: Patric Bechtel - patric

RE: Subreports

2003-04-02 13:00

First, some input:

 

We worked on this issue (Webstart and JasperReports, and we worked out a trick to do it:

first: get tools.jar into your jnlp description and manifest.

secont: insert into all libs concerned by compiling a file named whatever (we named it .root) into the root. Then do a this.getClass().getResources(".root");, which will get the paths to all these jars. After splitting the string before the !-character the path is ready to be included into the classpath (remember to add the "path.seperator" between the elements and off you are... :-)

 

But, still, I would LOVE a beanshell version JasperReports, too, as it's already used in our app for some glueing, and it would make JasperReports a killer...

 

Patric

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