BusinessObjects Board

Java and SDK questions - Solved i found

Hello,

I am not either a BO specialist nor a Java one.
I am working on BO XI 3.1 and I get an error in my code using

ReportEngines repEngines = (ReportEngines)enterpriseSession.getService(“ReportEngines”);
ReportEngine wiRepEngine = repEngines.getService(ReportEngines.ReportEngineType.WI_REPORT_ENGINE);

in java error report I get

at com.businessobjects.rebean.wi.ReportEngines.getService(Unknown Source)
at BOTools.BOScan.main(BOScan.java:34)

as ReportEngine is not an available class though I got back all necessaries libraries as rebean.WI;

when opening this rebean.wi package set in my project I dont find this ReportEngines class.

I have to say that I am not sure of my understanding of the way it works.

Someone has an idea about the reason of my problem ?

JTOOLS.JAR was not loaded in the build path of my project

Regards

Jerome


grodeg (BOB member since 2013-02-22)