简体   繁体   English

Eclipse java.library.path中没有sapjco3

[英]No sapjco3 in java.library.path Eclipse

I'm getting this error when i run code. 运行代码时出现此错误。

java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path

I have added the jar( sapjco-3.0.jar ) to folder and did set the path in the project. 我已经将jar( sapjco-3.0.jar )添加到文件夹中,并在项目中设置了路径。

Thanks. 谢谢。

You are missing the native implementation of the sap java connector. 您缺少sap java连接器的本机实现。 sapjco consists of a .jar for the java binding and a native library (an .so-file) for the platform specific binding. sapjco由用于Java绑定的.jar和用于平台特定绑定的本机库(.so文件)组成。

You need an account on the sap service marketplace to access it. 您需要在树液服务市场上有一个帐户才能访问它。 If you have one go to http://service.sap.com and there to Software Downloads / INstallations and upgrades / Browse / SAP Connectors / SAP JCO 如果您有一个,请访问http://service.sap.com,然后转到软件下载/安装和升级/浏览/ SAP连接器/ SAP JCO

放置sapjco3.dll后,请不要忘记使用管理员权限重新启动Eclipse。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM