sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54353
Re: [Question #688984]: IDE: imported helper.py files are not automatically reimported if changed
Question #688984 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688984
RaiMan proposed the following answer:
--- (sorry for posting again)
no, that is ok - it is related and is ok to ask, if you are lost somehow
;-)
If I understand right:
You want to have a fat jar, that runs your application (the scripts) by simply saying:
java -jar myApp.jar possible, parameters, ...
so you do not want your audience to fiddle around with other stuff than
Java?
Honestly: A fat jar, that runs out of the box has about 70 - 80 MB -
surely not the right approach.
Make a self extracting zip-container, that contains sikulixapi.jar and
the jython.jar. Create a setup cmd and/or a run cmd for your scripts
packed using export-as-jar. Put this package somewhere in the cloud (for
Windows nuget might be the right place, or Github for the world). This
is a one-time-for-ever effort.
So you have a chance to follow the SikuliX development much easier and
you can concentrate on your apps.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.