sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46061
[Question #664875]: creating standalone jar of sikuli jython scripts and related images
New question #664875 on Sikuli:
https://answers.launchpad.net/sikuli/+question/664875
I went through this tutorial for creating jar to run sikuli scripts on systems without sikuli installed: https://sikulix-2014.readthedocs.io/en/latest/scenarios.html#prepare-and-use-your-own-jar-files-in-the-jython-environment
I couldn't make it work. I'm using sikuli version 1.1.1. I have a .py file in which there are two lines:
from sikuli import *
click(imagePath)
how can i package this in a standalone jar which could be run with java on other systems without sikuli installation? and also compileJythonFolder(source, target) is returning False?
Thank you so much!
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.