i am beginner in jasper reports. HELP ME.
i create many reports from TIBCO jaspersoft studio.
i can not make jasper report from terminal.
2 Answers:
I think you can write xml code that should be similar to the studio generated one. Once you are confident enough you may deploy that jrxml file in server and check the output.
In other case, you can have eclipse installed in linux and then have studio plug-in installed.
Here is a tutorial similar to your question : http://jasper-bi-suite.blogspot.in/2014/06/installation-of-jasper-studio...
write jrxml code for design and java code for compilation.
for jrxml code "Doctype" is required for compilation. If you prepared jrxml code with the help of JasperSoft Studio, there is no "Doctype"
you have to add all required jar file in class path at compile time.