sarahk Posted January 5, 2010 Share Posted January 5, 2010 HiThere are tens of JAR files included with JasperReport inside its lib folder. Can someone please let me know which one of those file are required to view the reports in a swing application and which one of them are not?My reports files extension is jrxml and I want just to view them in my SWING application which is based on JDBC. Thanks. Link to comment Share on other sites More sharing options...
lucianc Posted January 6, 2010 Share Posted January 6, 2010 You can get a good picture of the dependencies of JasperReports by looking at the pom.xml file in the root of the package. That's JR's Maven project descriptor and it declares what JR depends on.Regards,Lucian Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now