Sikuli Windows 7 64 bit : Getting the VisionProxy.dll: Can not find dependent libraries

时光怂恿深爱的人放手 提交于 2019-11-29 17:38:28
filipe alonso
  1. You must use a 32bit JRE version (I use jre-7u4-windows-i586.exe)
  2. Download Sikuli IDE for Windows (I use "Sikuli X r930", portable version)
  3. Unpack it and copy files to your project folder (I renamed it to "sikuli-ide", check image

    )
  4. Add sikuli-script.jar to the Referenced Libraries (Project > Properties > Java Build Path > Libraries, check image

    )
  5. Set PATH and SIKULI_HOME environment vars (Run > Run Configurations > Environment, check image

    )
  6. You're ready to go ;)

If you are only working in Java, consider switching to use the Sikuli-API library instead. It's a part of the Sikuli project designed for users who are doing pure-Java work and don't need Python support.

Using the Maven dependency for Sikuli-API works perfectly on all the platforms I've tried (Windows 7 64b, Mac OS 10.8, Ubuntu 12.4) without any hassle.

jsbeckr

I had a similar problem. I solved it for me and updated my question.

I hope that'll help. ;)

Update


It seems to be a problem with the path format. I'm getting that error when I use the normal Windows CMD. But everything works fine when I use bash.exe from cygwin. Maybe that will help someone!

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