sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36484
[Question #281182]: Null pointer exception using Sikuli in Java
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.