← Back to team overview

sikuli-driver team mailing list archive

[Question #173813]: executing java jar file in sikuli

 

New question #173813 on Sikuli:
https://answers.launchpad.net/sikuli/+question/173813

Hi,

I loaded a java jar file into sikuli and tried to run it like this but it is not working. Any hints?

-----------------------------------------------

load("C:\Users\...\TJF.jar")

import subprocess
subprocess.call(['java', '-jar', 'TJF.jar'])

-----------------------------------------------


-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.