cancel
Showing results for 
Search instead for 
Did you mean: 

where to keep the jxl library file in a DC

Former Member
0 Kudos

Hi all,

I have a Development Component.I want to use jxl.jar in my DC.Where to keep that jar file

Regards

Padma N

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Padma,

In NWDS,

- Right click on your DC Name (ex : LocalDevelopmentxxxxxxxxxxxxx~xxx.com) and choose properties.

- In the pop up, Select "java build path" (in left pane).

- In right pane click on the "Libraries" tab.

- Then click on "Add External Jars" and locate your JAR file.

Regards

Ramesh.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Create an external Dc and then refer this dc from your dc's

Regards

Ayyapparaj

Former Member
0 Kudos

Hi,

Why again an External DC ?

I have one more clarification,

like a normal servlet and jsp application can we add any third party jar in web application(web-inf/lib) and use in webdynpro code.