Creating a DataObject Programmatically
#2
Posted 05 April 2012 - 02:42 PM
Chapter 24 in the following document has information on data object api that you can use to programmatically generate data objects.
http://www.birt-exch...tuate-bdpro.pdf
#3
Posted 11 April 2012 - 12:10 PM
5 Add a BIRT_HOME static variable to the class. For the default installation of
iServer on a 32-bit Windows system, use the following line in the body of the
GenerateDataObject class body:
private static final String BIRT_HOME =
"C:/Program Files/Actuate11/iServer/Jar/BIRT/platform";
Do I need to somehow map a drive to the linux box and set the BIRT_HOME path to that? Or can I possibly copy that platform folder to my local machine & set the path to that?
Thanks again for the Help
Mark (newbie to BIRT)
#4
Posted 11 April 2012 - 01:13 PM





MultiQuote




