cancel
Showing results for 
Search instead for 
Did you mean: 

Need help to add external jar files to webdynpro

Former Member
0 Kudos

hi all,

i have a problem,

i need to use some public API in webdynpro .

public api is bundled in a jar file.

how i need to port these jar file to WAS server ,

so that i can run my application.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182372
Active Contributor
0 Kudos

Hi dharmendra,

Check Valery`s nice blog /people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

Hi,

The JAR files will be required for:

1) Design time

2) Run time

For Design time, you can add those JAR files to the Project Build path ( Right click on Project -> properties -> JAVA Build Path -> Libraries -> Add External JAR )

For Run time, your JAR files must be present on the server or in the Web Dynpro EAR. So, it is not possible for everyone to have access to put JAR files on server. What you can do here is, put the required JAR in the "lib" folder of Web Dynpro Application. So, the JARS will included in EAR of WDP App.

( go to package explorer -> select your WDP project -> import JARs in "Lib" folder)

Regards,

Pooja.