cancel
Showing results for 
Search instead for 
Did you mean: 

how to add dependencies

Former Member
0 Kudos

How to add the pcui_gpxssfpm and pcui_gpxssutils components to My Used DC,can you please tell the procedure how to add these dependencies.

Thnaks

Rahul

View Entire Topic
former_member185086
Active Contributor
0 Kudos

Hi

Is pcui_gpxssfpm and pcui_gpxssutils the external jar or dc's from sap?

Tell me the version of NWDS ?

If external jar then follow this

About External Library DC in Development is just like a Java DC (except that you don't have sources or do not want to compile them): It's a simple building block that is used during build. Maybe it has a specific "API" subset (in which case you could publish different Jar files in compilation/assembly public parts) or it hasn't (in which case the jars in compilation/assembly public parts would be identical). Anyway, public parts are relevant for build.

To find this option (Tell me the version u r using of NWDS)

1.Create One External Library DC.

1.Select your External library Dc---Under library folder put your jar files ---now select a that jar and right click --under development component --here u will find two option Publish as file and publish as archive select that and define Public Part for both compilation as well as assembly.

2 Build this Dc (No need to compile )

3.Define the uses relation-ship with your WebDynpro Component.

4.Build both the dc again

5.Compile and run your Webdynpro Dc only.

6. In this way Run time will find the physical reference of the used dependency.

Hope it help you?

Best Regards'

Satish Kumar

Former Member
0 Kudos

HI satish those are dcs and i am using NWDS SP15.

Edited by: rahul raao on Mar 9, 2009 10:15 AM

former_member185086
Active Contributor
0 Kudos

Hi

Take the help from following threads

1.[Use|;

2.[link|;

Best Regards

Satish kumar