Hi, I am developing a solucion using jco for sap sbo 2004 pl 30. And it works fine on my computer windows xp, but when i copied my application and the jco's jar files to my production server (linux) and It returns the following error:
java.lang.UnsatisfiedLinkError: no sbojni in java.library.path at java.lang.ClassLoader.loadLibrary
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at com.sap.smb.sbo.wrapper.util.WrapperUtil.loadSBOJNILibrary
at com.sap.smb.sbo.wrapper.com.Dispatch.<clinit>
at com.sap.smb.sbo.api.SBOCOMUtil.newCompany
I guess that this error is becouse there is no "sbojni.dll" file for linux, there must be a different version of jco for linux...
Do you have any Idea about running jco application on linux?
many thanks,
Sergio Arrivillaga.