cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying libs inside a WebDynpro DC

Former Member
0 Kudos

Hello everybody,

I've a WebDynpro DC project and want to use some libs of a special version in it. Therefore I don't want to deploy them in a separate external library DC. I'd like to deploy them inside my WebDynpro DC like it's possible when one uses WebDynpro applications.

I've put the libs into the <project root>/'lib' folder, added them to the java build path and the 'rebuild project' will be done successfully. But the problem is that they aren't added to the ear file and I got a runtime error.

Also strange is (for me): When I do a 'DC build' (instead of a 'rebuild project') the entrys in java build path that references the libs will be removed and the 'DC build' fails because of a compiler error (missing classes) ???

How can I make the libs be added to the ear file and make them usable for the WebDynpro DC?

Thanks a lot for help!

Thomas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you have to create external library dc and deploy it use it in your DC as used DC, i think there is no other way of using the external libraries inside the webdynpro.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi pkv,

thanks for helping, I'll use the externel library way.

Best regards

Thomas