← Back to team overview

sikuli-driver team mailing list archive

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

 

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

Description changed to:
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'])

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

Error message: Unable to access jarfile TJF.jar

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