New question #194015 on Sikuli:
https://answers.launchpad.net/sikuli/+question/194015

i want to use click methode on java. but it never works. i tried it with many 
other screenshots and variations but still get the error below.

private void click() throws FindFailed{
                screen.click("imgs/desktop.png");
        }

this is a screenshot to show where my sikuli-jar and the desktrop.png are saved.
http://www.myimg.de/?img=UnsatisfiedLinkError6e759.jpg

my desktop.png
http://www.myimg.de/?img=desktopjpg85e94.png

and the error that i get :(

Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Dokumente und 
Einstellungen\ekc\Lokale Einstellungen\Temp\tmplib\VisionProxy.dll: Can't find 
dependent libraries
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.load0(Unknown Source)
        at java.lang.System.load(Unknown Source)
        at 
com.wapmx.nativeutils.jniloader.NativeLoader.loadLibrary(NativeLoader.java:44)
        at org.sikuli.script.Finder.<clinit>(Finder.java:33)
        at org.sikuli.script.Region.doFind(Region.java:1029)
        at org.sikuli.script.Region$RepeatableFind.run(Region.java:1232)
        at org.sikuli.script.Region$Repeatable.repeat(Region.java:1203)
        at org.sikuli.script.Region.wait(Region.java:497)
        at org.sikuli.script.Region.find(Region.java:381)
        at org.sikuli.script.Region.getLocationFromPSRML(Region.java:1129)
        at org.sikuli.script.Region.click(Region.java:606)
        at org.sikuli.script.Region.click(Region.java:593)
        at ScotiaStarten.click(ScotiaStarten.java:92)
        at ScotiaStarten.main(ScotiaStarten.java:102)


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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to