sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31336
Re: [Question #264256]: Win 7 -> SikuliX 1.1.0 -> Pack 2: path to libs
Question #264256 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/264256
Status: Open => Answered
RaiMan proposed the following answer:
with version 1.1.0+ the system path entry is dynamically added during
runtime at the top, but only for the time of the run (not added
permanently).
Since the permanent entry for the RC3 libs is further down, this works
for both.
This is the relevant part during the final test in setup:
debug (3/27/15 6:22:37 PM)] RunTimeSETUP: exists libs folder at: C:\Users\Admin2\AppData\Roaming\Sikulix\SikulixLibs_201503260100
[debug (3/27/15 6:22:37 PM)] RunTimeSETUP: libs folder empty or has wrong content
[debug (3/27/15 6:22:37 PM)] RunTimeSETUP: now exporting libs
[debug (3/27/15 6:22:37 PM)] RunTimeSETUP: libs to export are at:
jar:file:/C:/YK/NewSikuli/sikulixapi.jar!/sikulixlibs/windows/libs32
[debug (3/27/15 6:22:37 PM)] RunTimeSETUP: resourceList: enter
[debug (3/27/15 6:22:37 PM)] RunTimeSETUP: resourceLocation: (class org.sikuli.setup.RunSetup) /sikulixlibs/windows/libs32
[debug (3/27/15 6:22:37 PM)] RunTimeSETUP: resourceList: having jar: jar:file:/C:/YK/NewSikuli/sikulixapi.jar!/sikulixlibs/windows/libs32
[debug (3/27/15 6:22:38 PM)] RunTimeSETUP: files exported: 17 from: /sikulixlibs/windows/libs32 to:
C:\Users\Admin2\AppData\Roaming\Sikulix\SikulixLibs_201503260100
[debug (3/27/15 6:22:38 PM)] RunTimeSETUP: addToWindowsSystemPath: added to systempath:
C:\Users\Admin2\AppData\Roaming\Sikulix\SikulixLibs_201503260100
[debug (3/27/15 6:22:38 PM)] RunTimeSETUP: checkJavaUsrPath: added to ClassLoader.usrPaths
-- now the libs folder is ready and on system path
... and then you see:
[debug (3/27/15 6:22:41 PM)] RunTimeSETUP: loadLib: VisionProxy.dll
without any error messages, which simply means: working ;-)
which is proved by the directly following successful find ops.
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.