cancel
Showing results for 
Search instead for 
Did you mean: 

Missing External Library in Runtime

Former Member
0 Kudos

>> Root Cause

The initial exception that caused the request to fail, was:

java.lang.NoClassDefFoundError: jxl/Workbook

Have shared DC with jxl.jar as public part (API and SDN)

Have consumed the shared DC components of the API and SDN, all set to build/deploy/etc.

Have repeatedly Built and Deployed manually the DC, and the Components separately.

*Note -> No problem at build time, and libraries imported successfully

There is a warning at Deploy time, which states as follows:

> Unresolved dependencies found for the following SDAs:

>1.: development component .....'20081013111010'/'0' dependency:

> name: 'extlib' <--- External Library DC

> vendor: 'sap.com'

>There is no component either in SDM repository or in Deployment batch that resolves the dependency.

How do I push the External Library DC over to the SDM? I have built it serveral time...

Any help is much appreciated!

Accepted Solutions (1)

Accepted Solutions (1)

former_member194668
Active Participant
0 Kudos

Did you create J2EE Server Component (Library DC)?

External Library DC just holds the jar files and expose it as public part.

It doesn't have a deployable part.

So you have to create a J2EE Library DC and add external library dc.

And deploy the J2EE Library DC.

Following blog explains step-by-step approach of the same.

-Aarthi

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks!

That resolved it )