New question #289036 on Sikuli:
https://answers.launchpad.net/sikuli/+question/289036
HI all ,
i am using the sikuli in win7 (32) bit , when i trying to run the program it
show this massage "java.lang.UnsatisfiedLinkError:
C:\Users\IshwarD\AppData\Local\Temp\tmplib\Win32Util.dll: Can't find dependent
libraries" plz help me
Program.:-
public class notepad{
public static void main(String args[]) throws IOException,
InterruptedException, Exception {
App.open("notepad++.exe");
}
}
Error:-
Exception in thread "main" java.lang.UnsatisfiedLinkError:
C:\Users\<Username>\AppData\Local\Temp\tmplib\Win32Util.dll: Can't find
dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1929)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1814)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1083)
at
com.wapmx.nativeutils.jniloader.NativeLoader.loadLibrary(NativeLoader.java:44)
at org.sikuli.script.Win32Util.<clinit>(Win32Util.java:19)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:259)
at org.sikuli.script.Env.getOSUtil(Env.java:91)
at org.sikuli.script.App.<clinit>(App.java:9)
at NinteiDemo.NSC.main(NSC.java:20)
--
You received this question notification because your team Sikuli Drivers
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