Hi,
I would like to use neo-sdk-javaee6-wp-2.11.10, I don't use JCo (and I understand from the documentation that I would need a 64bit OS for this - BTW why this restriction? There is a 32bit Windows JCo3 version!), however on startup I get
Caused by: java.lang.ExceptionInInitializerError: Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path
at com.sap.conn.jco.rt.MiddlewareJavaRfc.<clinit>(MiddlewareJavaRfc.java:211)
at com.sap.conn.jco.rt.DefaultJCoRuntime.initialize(DefaultJCoRuntime.java:78)
at com.sap.conn.jco.rt.JCoRuntimeFactory.<clinit>(JCoRuntimeFactory.java:23)
at com.sap.conn.jco.rt.neo.NeoRuntimeFactory.getRuntime(NeoRuntimeFactory.java:14)
I seems that regardless if JCo is actually used, it is tried to be loaded and the loading fails.
What to do?
Regards,
Wolfgang