← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #664875]: creating standalone jar of sikuli jython scripts and related images

 

Question #664875 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664875

    Status: Open => Answered

RaiMan proposed the following answer:
Sorry, but the above mentioned recipe still needs Java and SikuliX on
the target system.

If you want a package, that does not need SikuliX on the target system it gets a bit more complex:
- you have to use a packaging tool like Ant, Maven, Gradle, ...
- or do the production in an IDE like Eclipse or IntelliJ IDEA
- you need a Java main program, that is executed, when the jar is run with java -jar mypackage.jar, and does what you want

The easiest would be, when you decide, to implement your workflows
directly with Java code.

What is the intention for your plan?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.