Hello,
Anyone have any ideas as to why even in NWDS 7.1 creating a "SAP Connectivity" > "SAP Enterprise Connector" still generates proxy objects containing MessageSpecifier objects which require a JCO.Client?
And why in SAP NetWeaver CE Library there is still suggested JCO.Client http://help.sap.com/saphelp_nwce10/helpdata/en/17/d609b48ea5f748b47c0f32be265935/frameset.htm
If I want to execute this:
JCO.Client client = JCO.createClient (<SAP client>, <userid>, <password>, <language>, <hostname>, <system number>)
I get this exception:
java.lang.NoClassDefFoundError: com/sap/mw/jco/JCoClient
(fyi: I added the DC com.sap.mw.jco)
Why do I get this exception? Which DC do I have to add?
My third quetsion:
How can I work with SAP Enterprise Connector without the usage of JCO.Client?
Regards,
Armin
Hi Armin,
where did you hear that JCo is deprecated?
And why are you not using JPA for this connection?
Regards,
Benny
Add a comment