← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #678428]: [1.1.14 Jython] App() crashes with NullPointerException

 

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

RaiMan proposed the following answer:
I made some tests with different scenarios.

--- pyjnius
In the current shape of SikuliX it is not useable with jnius from Python.
I now have it on the list to make it useable though.
Might take a while, but seems to be worth it

--- plain Jython
The sikulixapi.jar MUST be on the Java classpath (environment CLASSPATH) at time of first use of any SikuliX feature.
Simply having it on sys.path does not work (causes the NPE with App("test") as mentioned above)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.