cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying external jar files to the server

Former Member
0 Kudos

Hi,

How can I deploy the external jar files belonging to a simple webdynpro project(no DC) so that it is also available durng the runtime.

I have no direct access to the WAS server and I am looking for means to deploy directly from NWDS.

Regards,

Meesum

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi meesum,

There is no direct things to do that. All u need to do is keep the jar files into the lib folder of webdynpro project and also add it from the build-path/classpath by right clicking the project.

1. Go to navigation perspective

2. get into the project\lib folder of the your project. copy the jar files into it

4. right click on the project

5. click on properties

6. click on java build path

7. go to libraries tab

8. click on Add Jars button

9. select the jar in you r project

10. click ok

11. recompile

12. deploy

Hope you got what you want...

Thanks & Regards,

Raghavendra Pothula

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Meesum,

You can try this:

Add the external jar files (in the Java build path) by using the properties in the context menu (right click) of WD project then again the context menu of WD project and deploy.

Good Luck,

Dharmi