sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #15495
Re: [Question #218744]: Sikuli failing with unsatisfied link error
Question #218744 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/218744
Status: Open => Answered
RaiMan proposed the following answer:
-- target folder for unzipped Sikuli stuff
the first level folder is named Sikuli-IDE and contains some .jar's and the folder libs
lets say you have this on your drive after unzipping and moving/copying:
-- c:\sikuli\Sikuli-IDE containing
---- some jar's (e.g. sikuli-script.jar)
---- \libs folder containing the native dll's
Then this must be in environment when running the scripts:
SIKULI_HOME=c:\sikuli\Sikuli-IDE\
PATH=PATH %JRE_HOME%\bin;%SIKULI_HOME%libs
make sure, that these environment settings are available in the tomcat
process.
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.