Question #688756 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688756
Status: Open => Answered
RaiMan proposed the following answer:
this worked for me:
import subprocess as Sub
Sub.Popen(("java", "-jar",
"/Users/raimundhocke/IdeaProjects/SikuliX/API/target/sikulixapi-2.1.0-SNAPSHOT-complete.jar"))
... and is currently the only way on Mac, to start something, that is
not a macOS application (some.app)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp