sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54105
Re: [Question #688756]: App.open() and subprocess.Popen don't open a jar file on Mac OS (Sikuli version 2.0.0)
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.