UnsatisfiedLinkError in Processing

强颜欢笑 提交于 2019-12-11 09:24:48

问题


I have recently overcome this problem using eclipse and would like to use the same .dll in the Processing.org environment. Here is my recent post on Stackoverflow.

The .dll I want to use is in the C:\Windows\SysWOW64\\ folder, but I am still getting an UnsatisfiedLinkError. I have tried the following solutions with no success:

  • Adding the .dll to the 'code' folder of the sketch
  • Adding C:\\Windows\\SysWOW64\\foo.dll to the Path environment variable
  • Changing the Native.loadLobrary parameter in my code from C:\\Windows\\System32\\foo.dll to C:\\Windows\\SysWOW64\\foo.dll

To get this working in eclipse, I added a Native Library Location under the Libraries tab in the Java Build Path Properties, although I didn't think it should have been necessary.

I would be grateful for any help or suggestions.

来源:https://stackoverflow.com/questions/17790090/unsatisfiedlinkerror-in-processing

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!