I am using JasperReport. It runs perfectly when in Netbeans, and my PDF is generated on JRviewer.
However, when I try to run the compiled .jar file the whole JasperReports part does not work at all.(JRviewer did not appear)
I’am using jasperReport4.5.0
Libraries in my 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.
Could you give me some advice on this?
thanks a lot.
It looks like you have not put the spring-core jar in your classpath. Maybe you are not using spring but Jasper Reports does need spring in the classpath as you may see in Jasper Reports POM. The complete listing of artifacts required is in there.