cancel
Showing results for 
Search instead for 
Did you mean: 

library for using WAS 6.4 definded JCO service in java

Former Member
0 Kudos

Hi

I am trying access the similar thing as stated in

<i>>

i.e acces WAS 6.40 's definded JCO service instead of application's own

Can you please tell me where to get jar files to compile my code for using these classes for SLD

IWDJCOClientConnection

WDSystemLandscape

I could not compile there code as I could not find which jar to add apart form sapjco.jar.

Thanks in advance

regards

Ashutosh

Accepted Solutions (1)

Accepted Solutions (1)

Vlado
Advisor
Advisor
0 Kudos

Hi Ashutosh,

Check webdynproservices.jar in ...\plugins\com.sap.tc.webdynpro.runtime\lib.

Best regards,

Vladimir

Former Member
0 Kudos

Thanks a lot.

Can you tell me, whether its advisable to use webdynpro's JCO connection for j2ee applications on WAS 6.4 or there is any other method.

regards

Ashutosh

Vlado
Advisor
Advisor
0 Kudos

Hi Ashutosh,

WebDynpro is not part of J2EE, it's an SAP proprietary technology. So if you want to build a pure J2EE app the answer would be 'no'. Then you can use JCO in exactly the same way you use it from a standalone Java program. Check <a href="http://help.sap.com/saphelp_nw04/helpdata/en/35/42e13d82fcfb34e10000000a114084/frameset.htm">this</a> link and especially <a href="http://help.sap.com/saphelp_nw04/helpdata/en/de/e6c9255044b241a9401a3a1b7009a9/frameset.htm">this</a> example code may be of help to you.

Best regards,

Vladimir

PS: Please consider rewarding points for helpful answres.

Answers (0)