Jasper Report with JavaFX

PeroSof :

I create JavaFx project and I need to create invoice design using JasperReports library when I download JasperReports project from SourceForge website the extracted folder don't contain the dist folder which contains the required jar files to build the invoice design the folder contains this folder, what's wrong here "I'm new with JasperReports"

M. S. :

Since you're using Maven, JasperReports have a Maven dependency that you can use instead of manually downloading and adding the binaries. You can find the dependency here. The latest version available:

<dependency>
    <groupId>net.sf.jasperreports</groupId>
    <artifactId>jasperreports</artifactId>
    <version>6.12.2</version>
</dependency>

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=403281&siteId=1