Jump to content

Jasper report and javafx


evrikom

Recommended Posts

Hi, I try add jasperreport to my javafx app(first time). Build app via maven, add to pom.xml dependency for last version of library:

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

on build i get error:
Error: Could not find or load main class ..

if i change version on 6.0.0 or remove dependency  - build success.

what i can fix this error on neweest version library?

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

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