New question #289930 on Sikuli:
https://answers.launchpad.net/sikuli/+question/289930
Hi,
I try to open JAR file in Sikuli.
I tried:
openApp("java -jar c:\\Program Files (x86)\\Tabulka.jar")
and solution from Stack Overflow:
load("c:\\Program Files (x86)\\Tabulka.jar")
import subprocess
subprocess.call(['java', '-jar', 'Tabulka.jar'])
But neither of these works. There is no errors in log. Command run but JAR
application does not start.
--
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