Hi,<br />
<br />
I Have a scripted data source and a scripted data set based on the example here <a class='bbc_url' href='
http://download.eclipse.org/birt/downloads/examples/scripting/scripteddatasource/scripteddatasource.html'>Created by Camtasia Studio 3</a><br />
<br />
My class is fully implemented and uses other jar dependencies. I placed all my jars files in<br />
<br />
- pluginsorg.eclipse.birt.report.viewer_2.3.0.v20080606birtWEB-INFlib<br />
- pluginsorg.eclipse.birt.report.viewer_2.3.0.v20080606birtscriptlib<br />
<br />
and alse added them as jar files resources in my report.<br />
<br />
Now when i run my data set with 'preview results' i see my results. <br />
<br />
When i run preview report, i get NoClassDefFoundError. It finds my main class but no dependency outside of that class.<br />
<br />
Any clue ?<br />
<br />
Thanks