DynamicReports: How to import the libraries to use with NetBeans in a new project?

落花浮王杯 提交于 2019-12-14 03:00:40

问题


How do I import DynamicReports library to a netBeans project?

http://www.dynamicreports.org/getting_started.html#step9

I found this link:

http://www.dynamicreports.org/documentation/documentation.html#examples_netbeans

But it shows how to import existing examples. If I want to build a dynamic report from scratch i.e. a new project instead of an existing one, in NetBeans, how do I import DynamicReports libraries after I have downloaded dynamicreports-3.1.0-project-with-dependencies?

For example if I use iText I can do as below:

http://www.youtube.com/watch?v=WMVx3MIUApU

Thanks


回答1:


Got the ANSWER:

Create a new project : Go to Libraries -> Add Jar/Folder then copy all files from dynamicreports-3.1.0\dist and dynamicreports-3.1.0\lib




回答2:


How to run the examples in Netbeans Download dynamicreports-5.0.0-project-with-dependencies from the download page Copy

  • /examples/netbeans/dynamicreports-examples

    from the archive to your NetBeansProjects folder e.g.

  • /NetBeansProjects/dynamicreports-examples

Copy all files from /lib and /dist folders from the archive to

  • /NetBeansProjects/dynamicreports_examples/lib/

Run NetBeans and open the project Build the project



来源:https://stackoverflow.com/questions/15017699/dynamicreports-how-to-import-the-libraries-to-use-with-netbeans-in-a-new-projec

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!