I tried to make use of some classes of com.sap.mw.jco.*, such as IRepository and JCO. But my IDE(Intellij) can not recognize this classes. There are always compiling errors. I tried to add the libsapjco3.jnilib to the classpath and also add the vm parameters -Djava.library.path="MY_sapjco_folder". My other Jco packages, com.sap.conn.* are recognized correctly.

Could anyone tell me which part I am missing?

Many thanks in advance!

link|improve this question

73% accept rate
feedback

1 Answer

up vote 1 down vote accepted

SAP JCo 2.x (com.sap.mw.jco.*) is not supported on Mac OS X. While you can add the JAR file to your classpath, the native library (if you use one for another platform) will not load correctly.

You cannot use libsapjco3.jnilib with the SAP JCo 2.x classes - it is for SAP JCo 3.x only (com.sap.conn.*).

The SAP JCo version 2 and version 3 APIs are not compatible - normally you choose to use one or the other. On Mac, you must use version 3.

link|improve this answer
It is very clear right now! Many thanks! – Yi. Nov 13 '10 at 0:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.