我正在使用JasperReport。它在Netbeans中运行得很好,我的PDF在JRviewer上生成。
但是,当我尝试运行已编译的.jar文件时,整个JasperReports部分根本不起作用。(JRviewer没有出现)
我正在使用jasperReport4.5.0 我的Classpath中的库:Commons-beanutils,Commons collections,commons digester,commons javaflow,commons logging,iText,com-jaspersoft-ireport-jasperserver,com-jaspersoft-ireport-components,com-jaspersoft-ireport,com-jaspersoft-jrx
你能给我一些建议吗? 非常感谢。答案 0 :(得分:1)
看起来你没有把spring-core jar放在你的类路径中。也许你没有使用spring,但Jasper Reports确实需要在类路径中使用spring,就像你在Jasper Reports POM中看到的那样。所需工件的完整列表就在那里。