Task 1:  
To compile a Design Engine API application, the design engine Java archive (JAR) files from Actuate iServer must be in your classpath. You can find the design engine JAR files in the <Actuate home>/iServer/Jar/BIRT/lib directory folder. The main JAR files that contain the design engine classes are coreapi.jar and modelapi.jar files. In addition, you need a data design file from which to generate the data objects. For this tutorial, the data design file is include.datadesign.
1  
In Java perspective, select FileNewJava Project. New Project appears, as shown in Figure 31-1.
Figure 31-1  
2  
Figure 31-2  
3  
DataObjectExample
4  
Use project folder as root for sources and class files
5  
6  
1  
2  
3  
In JAR Selection, navigate to the iServer\Jar\BIRT\lib directory. For the default installation of BIRT on Windows XP, this directory is:
C:\Program Files\Actuate11\iServer\Jar\BIRT\lib
4  
5  
6  
Figure 31-3  
7  
1  
2  
3  
In Import, choose GeneralFile System and then choose Next.
4  
5  
Figure 31-4  

Additional Links:

Copyright Actuate Corporation 2012