Jump to content
Changes to the Jaspersoft community edition download ×

jasper viewer not working


webmaster_8

Recommended Posts

In local jasper viewer is working fine but when i run with tomcat server  jasper viewer not working

code

OutputStream output = new FileOutputStream(new File(path1+"/Reports/catalog.pdf"));
JasperExportManager.exportReportToPdfStream(jasperPrint, output);
 JasperViewer jv = new JasperViewer(jasperPrint);
jv.viewReport(jasperPrint,true);
 
Any help would be appreciated,
 
Regards,
V.Gajalakshmi,
 
Harsha Infotech.

 

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