← Back to team overview

sikuli-driver team mailing list archive

[Question #289930]: Can't open JAR file

 

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.