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

后端 未结 1 2038
醉酒成梦
醉酒成梦 2020-12-21 04:38

I have the jar and dll in the Talend lib directory. The path and classpath are set. I also have downloaded and installed the VC++ 2005 redistribution sp 1 patch and the miss

相关标签:
1条回答
  • 2020-12-21 05:15

    First make sure you have the .jar file in \lib\java\ If you're on windows, you should place the dll and the sapjco3.jar to PATH If you're on linux, you need to place the .so files into your path.

    • copy sapjco3.jar into talend lib/java folder and make sure that sapjco3.dll is in the %PATH% (quick and dirty place it in windows\system32\ )
    • test it by double clicking sapjco3.jar it should show information about the location of the jar and the location of the dll

    Common problems with Talend OS and sapjco3: You need 32bit version if you're running a 32bit JAVA. 64bit version if you have 64bit java.

    0 讨论(0)
提交回复
热议问题