Add .dll to java.library.path in Eclipse/PyDev Jython project

后端 未结 3 1795
余生分开走
余生分开走 2020-12-29 05:33

I\'m trying to use a compiled .jar Java library in my PyDev Jython project.

I successfully added the .jar to the PYTHONPATH and was able to begin coding with auto co

3条回答
  •  没有蜡笔的小新
    2020-12-29 05:55

    I had similar issue but with Ghost Script dll. Even when followed placing the files in working directory and followed the instructions, it didn't work for me, refer the tag Ghost4J. java.lang.UnsatisfiedLinkError: Unable to load library 'gsdll64' and used the -Djna.library.path to get it worked.

提交回复
热议问题