cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report Server 2008 runtime jars

Former Member
0 Kudos

Hi!

I'm using Crystal Report Server 2008 to build a reports into my ajva based web application.

I've identified all the jars necessary for the compilation, but at runtime this jars aren't enough!

Indeed I catch this exception:

java.lang.NoClassDefFoundError: com/businessobjects/foundation/logging/LoggerManager

If I copy all jars presents in the common lib dir of business object installation everything works fine!

However I'd like to use only the closely necessary jar.

Can somebody help me?

Barbara

Accepted Solutions (1)

Accepted Solutions (1)

ted_ueda
Employee
Employee
0 Kudos

The logging.jar where that class should be found is listed in the developer guide:

[https://boc.sdn.sap.com/node/7298]

Sincerely,

Ted Ueda

Answers (1)

Answers (1)

Former Member
0 Kudos

Any updated links? SAP broke everything. I can't find anything.

aasavaribhave
Advisor
Advisor
0 Kudos

Here is a link to BusinessObjects XI 3.1 Developer Guide:

http://help.sap.com/businessobject/product_guides/boexir31/en/boesdk_java_dg_12_en.zip

and here the thje main page where you can find all developer info

http://www.sdn.sap.com/irj/boc/sdklibrary?rid=/webcontent/uuid/90db428d-71ba-2e10-7eb7-d3286eec5ac0

For list of Jars ( separare list doesn't exist for CRS 2008) just refer to the developer guide and it contains jars required for each SDK, you need to include the ones for framework\Enterprise SDK, crystal Report and viewers

Hope that helps.