java.lang.UnsatisfiedLinkError:

Asked by Krishna

When i am trying to run java code using Screen object, where we have taken a screen shot for Browse button to upload a file. I got following Exception when i ran the code from Eclispe.

java.lang.UnsatisfiedLinkError: C:\Documents and Settings\CIL-USER\Local Settings\Temp\tmplib\VisionProxy.dll: Can't find dependent libraries

Please let me know the cause and solution

Question information

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

look: http://sikuli.org/docx/faq/040-other-ide.html#general-requirements-and-comments

Path and environment settings seem to be missing/incorrect.

Revision history for this message
Krishna (krishnamurthy-k) said :
#2

I have check the path and see no issue with them. Still facing the same problem.

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

Try to use the environment variable %SIKULI_HOME%

Revision history for this message
Krishna (krishnamurthy-k) said :
#4

Its et default. Still facing Problem.

Revision history for this message
Krishna (krishnamurthy-k) said :
#5

By the way i am running it from my Eclipse

Revision history for this message
Krishna (krishnamurthy-k) said :
#6

Is there any specific Eclipse Version to use, my version is 3.5.5 Helios

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

No special Eclipse version needed. Helios should work.

Do you have set up a special runtime environment inside Eclipse, that does not reflect the outside system settings?

Check the environment content at the beginning of your java code before using any Sikuli features.

Revision history for this message
Krishna (krishnamurthy-k) said :
#8

Got Solved my Problem with Re installation. Thanks