I am trying to use SikuliIntegrator in a C# Winforms project on my Windows 64 bit laptop and it won't run because:
Additional information: Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\simon\AppData\Local\Temp\tmplib\VisionProxy.dll: Can't find dependent libraries
I've looked online as much as possible for the last 2 hours and I have added these variables to the System Environment Variables:
- SIKULI_HOME = C:\SikuliX
- JAVA_HOME= C:\Program Files (x86)\Java\jre7
- PATH= %Path%;%JAVA_HOME%\bin;%SIKULI_HOME%\libs;
Still won't work. What am i missing???