Hi Volker,
Please help a relative java newbie :-)
I am writing a process to compile and test the performance/rendering of hundreds of Jasperreports in a batch process (with logging and performance stats). This is for a large migration project.
The issue is that the reports work fine in JasperStudio Pro but gag on an addin in JasperStarter. The reports are using FusionCharts and really don't like the reference to the Fusion xsd. I have the .java files (can probably find the .jar too) and a pom.xml. My question is two fold:
Where do I put the .java etc files (clean answers only please...) and secondly, is there a configuration file update I have to make?
thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Toni,
Java files are sourcecode and not usefull for you. You need the .jar files of all extension you use.
Put this files into the ./jdbc directory inside the JasperStarter directory structure. All .jar files there are added to the classpath.
Volker
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Toni,
Java files are sourcecode and not usefull for you. You need the .jar files
of all extension you use.
Put this files into the ./jdbc directory inside the JasperStarter
directory structure. All .jar files there are added to the classpath.
Hi Volker,
Please help a relative java newbie :-)
I am writing a process to compile and test the performance/rendering of hundreds of Jasperreports in a batch process (with logging and performance stats). This is for a large migration project.
The issue is that the reports work fine in JasperStudio Pro but gag on an addin in JasperStarter. The reports are using FusionCharts and really don't like the reference to the Fusion xsd. I have the .java files (can probably find the .jar too) and a pom.xml. My question is two fold:
Where do I put the .java etc files (clean answers only please...) and secondly, is there a configuration file update I have to make?
thanks in advance.
Hi Toni,
Java files are sourcecode and not usefull for you. You need the .jar files of all extension you use.
Put this files into the ./jdbc directory inside the JasperStarter directory structure. All .jar files there are added to the classpath.
Volker
Thank you so very much. I have them and will do.
Kind Regards
Tony White
On Sun, 21 Jul 2019, 15:42 "Volker Voßkämper", vosskaem@users.sourceforge.net wrote: