Warning while Running report: Found two components for namespace

前端 未结 5 1448
礼貌的吻别
礼貌的吻别 2021-01-12 17:41

I have problem with report using JasperReports. I ran report on my program, it works, but there were error message just like this

net.sf.jasperrepo         


        
5条回答
  •  走了就别回头了
    2021-01-12 18:14

    It means that you have several jar files in your JasperReports Library classpath... just use:

    • commons-beanutils-1.8.0
    • commons-collections-2.1.1
    • commons-digester-1.7
    • commons-javaflow-20060411
    • commons-logging-1.0.4
    • groovy-all-1.7.5
    • iText-2.1.7
    • jasperreports-4.5.0 (any version)
    • png-encoder-1.5
    • poi-3.7-20101029 (Or poi-3.6)

    and problem solved...

提交回复
热议问题