how to create jasper report from terminal in ubuntu ?

i am beginner in jasper reports. HELP ME.

i create many reports from TIBCO jaspersoft studio.

i can not make jasper report from terminal.

jani99harsh's picture
Joined: Mar 3 2017 - 1:12am
Last seen: 6 years 3 months ago

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...

sadakar's picture
5115
Joined: Aug 14 2012 - 3:57am
Last seen: 1 week 1 day ago

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.

jani99harsh's picture
Joined: Mar 3 2017 - 1:12am
Last seen: 6 years 3 months ago
Feedback
randomness