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

Hi,

I am facing a null pointer exception when trying to use sikuli api in my 
project:

java.lang.ExceptionInInitializerError
        at 
eu.iac3.mathMS.guiTestingTest.GuiTestingTest.testEditor(GuiTestingTest.java:144)
Caused by: java.lang.NullPointerException
        at org.sikuli.script.RunTime.init(RunTime.java:635)
        at org.sikuli.script.RunTime.get(RunTime.java:291)
        at org.sikuli.script.RunTime.get(RunTime.java:126)
        at org.sikuli.script.RunTime.get(RunTime.java:316)
        at org.sikuli.script.Region.<clinit>(Region.java:31)

I am using maven integration in eclipse to launch an OSGI Springframework test 
and I think I have a misconfiguration or something similar. 
I set the SIKULI_HOME to the sikuli installation path.

The error seems relative to getting the parent directory of a class. The 
following line returns null and is the origin of the problem:
File fSxBase = fSxBaseJar.getParentFile(); 
The class related to the problem is org.sikuli.ide.SikuliIDE or 
org.sikuli.setup.RunSetup, I am not sure.

Can anyone help me? I am desperate, using Sikuli api would help a lot in my 
project tests.


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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to