Jump to content
Changes to the Jaspersoft community edition download ×

How import JasperReports Library in Eclipse


rahampery

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 2 years later...

Old question but an answer for anyone else.

First, iReport is not using eclipse. That said, I'm going to show how to use JasperReports library in eclipse in a maven project.

Just add the following to pom.xml and update your project.

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

Link to comment
Share on other sites

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