Hey folks,<br />
<br />
I got an issue referencing a class from a jar.<br />
<br />
To give you a short overview over my problem: I created a Java Project in the BIRT Designer and created a DataSource within this project like explained here: <a class='bbc_url' href='
http://www.vogella.de/articles/EclipseBIRT/article.html#java.'>http://www.vogella.de/articles/EclipseBIRT/article.html#java.</a><br />
<br />
I then created a Report Project with a Scripted DataSource and DataSet. In the open-Script of the DataSet Itried to create a new Instance of my Class via<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>importPackage(Packages.com.example);
umr = new Example("Arg1", "Arg2");</pre>
<br />
Under Project -> Properties -> Report Design -> Classpath I added the Java Project but when I start debugging it always says <pre class='_prettyXprint _lang-auto _linenums:0'>org.mozilla.javascript.EcmaError: ReferenceError: "Example" is not defined.</pre>
<br />
Putting the Project into a jar-File and adding it as a ressource leads to the same effect.<br />
<br />
I hope you guys can help me out with this one.<br />
<br />
Best regards