Warning while Running report: Found two components for namespace

前端 未结 5 1486
礼貌的吻别
礼貌的吻别 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:19

    For the latest downloadable jasper jar zip(Japsperreports-6.3.0.jar) it does not provide all the needed jar files.You have to find the jar files. For eliminate issues just add

    jasperreports-6.3.0.jar , org.apache.commons.collections.jar , commons-logging-1.2.jar , commons-digester-2.1.jar , commons-beanutils-1.8.3.jar ,

    will work fine..

提交回复
热议问题