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!