cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle external JARS?

Former Member
0 Kudos

I have a few JAR files deliverd by SAP for Master Data Management Integration.

I want to access these jars in a EJB DC as used DC'S

How should I go about?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

To add external jars:

1) Create a DC of type 'External Library' and copy all ur jars in the libraries folder.

2) Right click on the jar file --> Development Component --> Add to Public part --> Create public part of type 'Compilation'.

3)Since this DC can only be built, to deploy this DC we have to create another Public Part of type 'Assembly'.

4)Build the DC.

5) Now Create another DC of type 'J2EE Server Component - Library'.

6) In the Used DCs part add the public part type Assembly of the External library DC with Build and Runtime Dependency.

7) Now you can use the J2ee Library DC in the other DCs where you want to use the jar files.

You can go through this <a href="/people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro.

Hope this helps.

Regards,

Rathna

Former Member
0 Kudos

Thanks Rathna for your assistance.

Answers (0)