sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #18962
Re: [Question #231453]: [RC3] Windows: Problems with Eclipse / Jython in Virtual Machine
Question #231453 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/231453
Status: Open => Answered
RaiMan proposed the following answer:
This looks like a (hidden) problem with loading the native libraries (it
is the first class in the row of Jython level imports, that tries to
load a native lib at initialization: libVisionProxy.dll).
As far as I remember, there is a problem (or challenge ;-) with Eclipse
to inherit the outside environment to the inside running processes (it
is some option somewhere to say inherit yes/no)
meanwhile you could make a check, wether your environment works at all:
- on commandline go to the folder containing sikuli-script.jar
- say: java -jar sikuli-script.jar -i
- this should start an interactive Sikuli Jython session
- say: print find(capture())
this should print a match of what you captured.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.