← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #230722]: [1.0] Receiving ExceptionInInitializerError ... Caused by: java.lang.NullPointerException at org.sikuli.script.Settings.<clinit>(Unknown Source) when using sikuli-script.jar with Jython (standalone or in NetBeans, Eclipse, ...)

 

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

    Status: Answered => Open

tlondon is still having a problem:
Oh yes, I read your solution. It helped. I was able to even perform the
last step. After performing the steps (I used method 2, I was able to
add the .jar/lib and the .jar in my project properties with Netbeans),
I'm now getting the 'ImportError: cannot import name Region'. This is my
code:

import java.lang.System
java.lang.System.setProperty("sikuli.Home", "C:\\Program Files (x86)\\Sikuli\\sikuli-script.jar")
from sikuli import *
wait(4)

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