Hi<br />
<br />
I'm using the "simple execute" code for BIRT 2.2 found below:<br />
<br />
<a class='bbc_url' href='
http://wiki.eclipse.org/Simple_Execute_(BIRT)_2.1'>Simple Execute (BIRT) 2.1 - Eclipsepedia</a><br />
<br />
The problem is that the code can only be used to generate one report. I have however found that if I remove the Platform.shutdown( ) and engine.destroy() I'm able to generate many reports (e.g. using a loop). Is this the correct way to do it, or is there a better way?