I’m trying to compile a folder of .jrxml files into .jasper files with JasperStarter.
To compile these reports, the compiler needs to have access to some external java libraries. How can I allow JasperStarter to find these? I’m assuming I have to insert the .jar files somewhere, but I can’t figure out where. I already tried to put it into the jdbc and lib folder, with no luck.
input file: "CommonOrderPos_detailShortConfirmation.jrxml" is not a valid jrxml file: Report design not valid :1. java.lang.ClassNotFoundException: hsc.module.mm.MaterialCalculation2. java.lang.ClassNotFoundException: hsc.core.ac.ObjectAccess3. java.lang.ClassNotFoundException: hsc.module.sd.CommonOrderPos4. java.lang.ClassNotFoundException: hsc.module.mm.MaterialRevision5. java.lang.ClassNotFoundException: hsc.core.ac.ObjectAccess6. java.lang.ClassNotFoundException: hsc.helper.Money7. java.lang.ClassNotFoundException: hsc.module.sd.CommonOrder8. java.lang.ClassNotFoundException: hsc.module.sd.CommonOrderPos9. java.lang.ClassNotFoundException: hsc.module.sd.CommonOrderPosType10. java.lang.ClassNotFoundException: hsc.module.sd.CommonOrder11. java.lang.ClassNotFoundException: hsc.module.sd.CommonOrderPos12. java.lang.ClassNotFoundException: hsc.helper.TxContext
Thank you in advance!
Emilio Irmscher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.