QUESTION POSED ON: 13 November 2002
While compiling a piece of Java code making SAP connections, I get this error:
Exception in thread "main" java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middlew
are layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
no sapjcorfc in java.library.path
at com.sap.mw.jco.JCO.(JCO.java:566)
at test.main(test.java, Compiled Code)
Could you please let me know where the error lies?
|