What about the JR tutorials/examples available on the JR website and distribution?
rakeshforu Kumar
Greenhorn
Joined: Sep 01, 2010
Posts: 1
posted
0
first create create jasper repot fom jasper reporting tool
save with file name "report1.jasper"
then create java program
save program with name JasperTest.java
set classpath of following files in envirement variable
virsion of files depend on version of jasper report version don't take any tention
jasperreports-3.7.4.jar
jdt-compiler-3.1.1.jar
commons-beanutils-1.8.2.jar
commons-collections-3.2.1.jar
commons-digester-1.7.jar
commons-logging-1.1.jar
commons-dbcp-1.2.2.jar
compile file from javac command like
javac JasperTest.java
This message was edited 1 time. Last update was at by Martijn Verburg