← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #229366]: [1.0] Eclipse: Jython: Windows - Native library could not be extracted ...

 

Question #229366 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/229366

Jorge posted a new comment:
Hey guys, I am running into a very similar issue:

[error] org.sikuli.script.FileManager.loadLibrary: Native library could not be loaded: VisionProxy
[error] Since native library was found, it might be a problem with needed dependent libraries
java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\Sikuli-IDE-1.0.0-Win64\libs\VisionProxy.dll: Can't find dependent libraries
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary1(Unknown Source)
	at java.lang.ClassLoader.loadLibrary0(Unknown Source)

This is whenever I try to run my scripts. 
I downloaded the new sikuli: Sikuli-IDE-1.0.0-Win64
System Windows 7 
Java version : 1.7.0_-5 64 bit 

Enviromental variables: SIKULI_HOME: C:\Program Files (x86)\Sikuli-IDE-1.0.0-Win64\libs;
Path: C:\Program Files (x86)\Sikuli-IDE-1.0.0-Win64\libs;

Eclipse variables:
CLASSPATH = C:\Program Files (x86)\Sikuli-IDE-1.0.0-Win64\sikuli-script\Lib
JYTHONPATH = C:\Program Files (x86)\Sikuli-IDE-1.0.0-Win64\sikuli-script\Lib

Already did what you pointed in https://github.com/RaiMan/SikuliX-API/wiki/Usage-in-Java-programming about the external Jython and copied the folder into my Jython Lib. 
Also I set the VM argument as you said and still get the same error. 

Any help would me greatly appreciated.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.