what are required java components for Business Objects SDK?

I am new to SDK topic.
Could anyone tell me what java components I need to download/install on my client machine for Business Objects Enterprise java SDK?


bo_correspondent (BOB member since 2007-08-27)

my post has been viewed 49 times so far but no replies.

I was wondering whether my question was not clear or people don’t know much about this.


bo_correspondent (BOB member since 2007-08-27)

If you are trying to create a web-based solution: check out
http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm

Here are the jar files you will need:
* cecore.jar
* celib.jar
* CorbaIDL.jar
* ebus405.jar
* CrystalCharting.jar
* CrystalContentModels.jar
* CrystalDatabaseConnectors.jar
* CrystalExporters.jar
* CrystalExportingBase.jar
* CrystalFormulas.jar
* CrystalQueryEngine.jar
* CrystalReportEngine.jar
* CrystalReportingCommon.jar
* jrcadapter.jar
* jrcerom.jar
* rpoifs.jar
* CrystalCommon.jar
* keycodeDecoder.jar
* MetafileRenderer.jar
* rascore.jar
* rasapp.jar
* ReportViewer.jar
* ReportPrinter.jar
* serialization.jar
* Concurrent.jar
* icu4j.jar
* log4j.jar
* URIUtil.jar
* saaj.jar
* pullparser.jar
* jaxrpc.jar
* commons-logging.jar
* commons-discovery.jar
* axis.jar
* axis-ant.jar
* CRDBXMLExternal.jar
* CRDBXMLServer.jar
* CRDBJavaServerCommon.jar
* wsdl4j.jar
* xbean.jar
* xercesImpl.jar
* xml-apis.jar

The following files are required for viewing and exporting functionality:

* webreporting.jar
* webreporting-jsf.jar (provides the JSF version of the DHTML report page viewer)
* crystalreportviewers115 directory

Hope this helps


hermanr (BOB member since 2006-11-21)

Is there a way to obtain / download these libraries if one does not have BO installed?

(e.g. for an application developer that “only” creates URLs for opening documents on a remotely installed BO server … but needs the SDK for calling createLogonToken())


triangulum :switzerland: (BOB member since 2011-10-21)

You can’t download them separately, but the BOE admin can copy them from any installation and provide the developer(s) with said files.


BoB LoblaW :us: (BOB member since 2007-10-23)

Ah thank you.

@hermanr: Does this mean that for viewing reports via openDocument (and creating a “logon token”), it is sufficient to include the three mentioned .jars into the Java project?


triangulum :switzerland: (BOB member since 2011-10-21)