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

Required Jar files for compiling/filling/exporting


raja_s_patil

Recommended Posts

Hi,

I am beginer for jasperReports. I am using Flex, PHP stack for project

and have evaluated Jasper Reports as reporting engine for this project.

I found it easy to create reports with ireport and most flexible as far as datasources

are concerned. We have finalized on this. We are using PHP/Java Bridge (PJB) to

communicate with Java and in turn with JasperReports. Our pilot project is

a success in which we could compile/fill/export test reports and are found satifactory.

 

While using jasperReport through PJB we have to deploy all required jars to

Tomcats lib dir. In initial setups we copied whole lib dir from iReport to Tomcat's lib

but we feel that this is a super set of all required jars. While upgrading to latest

jasperReports we also want to do minimum download and deploy latest version.

 

So please guide us what are the jars eccential for

1. Compling

2. Filling / datasource creation

3. Exports

 

Thanks and best regards

 

Raja

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

  • 3 years later...

CompileReport.java:6: package net.sf.jasperreports.engine.design does not exist

import net.sf.jasperreports.engine.design.JRDefaultCompiler;

^

CompileReport.java:7: package net.sf.jasperreports.engine.design does not exist

import net.sf.jasperreports.engine.design.JRVerifier;

^

CompileReport.java:8: package net.sf.jasperreports.engine.design does not exist

import net.sf.jasperreports.engine.design.JasperDesign;

^

CompileReport.java:9: package net.sf.jasperreports.engine.util does not exist

import net.sf.jasperreports.engine.util.JRLoader;

^

CompileReport.java:10: package net.sf.jasperreports.engine.util does not exist

import net.sf.jasperreports.engine.util.JRSaver;

^

CompileReport.java:11: package net.sf.jasperreports.engine.xml does not exist

import net.sf.jasperreports.engine.xml.JRXmlLoader;

^

CompileReport.java:12: package net.sf.jasperreports.engine.xml does not exist

import net.sf.jasperreports.engine.xml.JRXmlWriter;

 

Link to comment
Share on other sites

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