Hi<br />
<br />
I want to make a simple execute with Birt 2.3. I have tried using the code provided for BIRT 2.2, but the following two imports then fail:<br />
<br />
import org.eclipse.birt.core.framework.Platform;<br />
import org.eclipse.birt.report.engine.api.*;<br />
<br />
(the code is provided here:<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 message given is "The import org.eclipse cannot be resolved".<br />
<br />
I suspect the reason is that the code is outdated. If so, do anybody know what I should write using Birt 2.3?