Menu

Java addins

Tony White
2019-07-10
2019-07-22
  • Tony White

    Tony White - 2019-07-10

    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.

     
  • Volker Voßkämper

    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

     

Log in to post a comment.

Auth0 Logo