Question

I loaded a java jar file into http://www.sikuli.org/ 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

Was it helpful?

Solution

The comment was correct. Full path necessary. No "load" line necessary.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top