Jump to content
JasperReports Library 7.0 is now available ×

System property org.xml.sax.driver not specif


Recommended Posts

By: Dejan - dnikolov

System property org.xml.sax.driver not specif

2003-04-17 23:45

In my application I use package JRXmlLoader to load xml design

And I get message

 

System property org.xml.sax.driver not specified

 

How to specify this property?

I use this sequence:

String XMLjasperFile = "pckJasper/chart/ChartReport.xml";

JasperDesign jasperDes = JRXmlLoader.load(XMLjasperFile);

JasperReport jasperComp = JasperCompileManager.compileReport(jasperDes);

String jasperPrint=home.concat("/ChartReport.jrprint");

JasperManager.fillReportToFile(jasperComp,jasperPrint,parameters,conn);

JasperViewer.viewReport(jasperPrint,false);

 

 

 

 

 

By: Teodor Danciu - teodord

RE: System property org.xml.sax.driver not specif

2003-04-18 00:56

 

http://jasperreports.sourceforge.net/faq.html#faq1

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