sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54026
Re: [Question #688284]: How to point IDE to my version of jython?
Question #688284 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688284
RaiMan proposed the following answer:
I checked with version 2.0.2:
- I have a jython installation at c:\jython2.7.1
- the folder contains a jython.jar
Find and open or create the file extensions.txt in the SikuliX-Appdata
folder in Extensions.
Add a line to the file as:
jython = c:\jython2.7.1\jython.jar
In the extensions folder put an existing jython...jar to a subfolder
like _hidden (just to still have it, but out of reach for SikuliX).
now start the IDE from commandline using
java -jar sikulix.... -v -c
to get the startup dump.
You should see, that the extension.txt content is recognized and that
(at the end of the dump) your jython is on the sys.path.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.