java.lang.UnsatisfiedLinkError: C:\Users\<User>\AppData\Local\Temp\tmplib\Win32Util.dll: Can't find dependent libraries

Asked by Ishwar

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)

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

this version of Sikuli is no longer supported with this kind of system problems.

see http://sikulix.com

Revision history for this message
Ishwar (dishwar11) said :
#2

thanks RaiMan for replaying me ,
i have seen that link and done the changes as per provided guidelines.
but still problem not solved.

RaiMan , i am beginner with sikuli plz provide details information that is beneficial for me.

thanks

Revision history for this message
RaiMan (raimund-hocke) said :
#3

other way round:
YOU have to provide detailed information of your current state:
- your setup with 1.1.0
- any problems reported during setup? (log file)
- what exactly is the problem (error message)?

Revision history for this message
Ishwar (dishwar11) said :
#4

Below Steps has been done :-
1) i have download the stuff from the web side "sikulixsetup-1.1.0.jar" than installed in the c:/ drive.
2) configure the path in system variable with java.
3) Exported sikuli script jer in eclipse.
4) and run the above mentioned program.

System Configuration :-
OS:- Win-7 (32 bit)
Java :- jre8
eclipse :- Kepler Release

Revision history for this message
RaiMan (raimund-hocke) said :
#5

1) i have download the stuff from the web side "sikulixsetup-1.1.0.jar" than installed in the c:/ drive.
... hope you did it according to the recommendations at
http://www.sikulix.com/quickstart.html

2) configure the path in system variable with java.
... nothing needed here with 1.1.0
BE aware: take care, that 1.1.0 is not mixed with older Sikuli versions and that there are no pointers left in the environment

3) Exported sikuli script jer in eclipse.
... I do not understand. there is no "sikuli script jer" with version 1.1.0
In an Eclipse project you have to put a link into your project settings to sikulixapi.jar.
... or you run it as a Maven project: then no setup at all is needed.

4) and run the above mentioned program.
... makes only sense if the above things are ready correctly.

Can you help with this problem?

Provide an answer of your own, or ask Ishwar for more information if necessary.

To post a message you must log in.