cancel
Showing results for 
Search instead for 
Did you mean: 

Linking JAR file with DLL on SAP WAS for windows

Former Member
0 Kudos

Hi,

Could anybody please help me on this.

I've a webdypro apllication. This application requires a external jar file.

When i use this jar file in my application it requires a external dll to complete the communication.

This application works fine as a java application, but whe n it comes to webdynpro seems to be there is no link between the jar file and dll file. An exception is raised inside the class of the jar file stating "NoClassdefnition" error.

Please advise me on where am going wrong.

Is there any configuration am missing? And also where to deploy the dll file?

I tried it putting along with the jar file and also inside system32folder. I even tried setting up the "path" of Environment variable.

Thanks,

RPN

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I've a webdypro apllication. This application requires a external jar file.

To access external Jars you need to create a external library DC and put your jar as part of it

then refer this from your webdynpro dc project

if its not a dc project add the jar as part of the project class path .-> Right click->Properties

Regards

Ayyapparaj

Former Member
0 Kudos

Thanks a lot...

Am new to DC. Could you please explain me the steps in detail...

RPN

Answers (0)