← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #230619]: Sikuli unable to operate in command line eclipse.

 

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

Description changed to:
So, I have configured Eclipse and Selenium Webdriver for my automation
in Java. But for flast contents I have planned to use Sikuli with
screenshots. so I have configured Webdriver and Sikuli JARs in Eclipse .
It works perfect when I execute the java code with the play button or
(Run) in eclipse GUI.  The Sikuli is able to click on button, type etc.

Later I moved and configured Apache Ant to execute this code in command
line. I wrote Build.xml and also included  sikuli-script.jar in
classpath in build.xml file.  The xml file compiles and also Runs,  But
when the flash part comes, where the sikuli code begins , It is unable
to work and does nothing, the execution stops throwing below error in
command prompt.

     [java] [error] org.sikuli.script.FileManager.loadLibrary: Native library co
uld not be loaded: VisionProxy
     [java] [error] Since native library was found, it might be a problem with n
eeded dependent libraries
     [java] java.lang.UnsatisfiedLinkError: G:\Documents and Settings\Administra
tor\eworkspace\Sample\SikuliX\libs\VisionProxy.dll: Can't find dependent librari
es
.... more stack trace 


Can someone help me on this ?  I remember I got the same error 
 java.lang.UnsatisfiedLinkError: G:\Documents and Settings\Administra
tor\eworkspace\Sample\SikuliX\libs\VisionProxy.dll: Can't find dependent librari
es

when configuring SIkuli in Eclipse GUI and  I resolved it by getting the
64-bit version of JRE and Sikuli. Now how can it come back ? Please
help, I'm using  windows server 2003 64-bit (x86)

Thank you

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