Question #692158 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692158
zhenya posted a new comment:
I've figured this out.
Environment variable reference to siculixapi.jar may be done inside workspace
settings file.
My example of this setup is as follows:
{
"folders": [
{
"path": "javaSikuli\\javaSikulixTest"
}
],
"settings": {
"java.project.referencedLibraries": [
"lib/**/sikulixapi-2.0.4.jar",
"C:\\automation\\javaSikulixTest\\lib\\sikulixapi-2.0.4.jar"
]
}
}
Just remember to escape backslash character in file address the way it's
done here.
--
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