← Back to team overview

sikuli-driver team mailing list archive

[Bug 1537216] Re: [request] sikulixapi.jar should be useable with OSGI

 

** Changed in: sikuli
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1537216

Title:
  [request] sikulixapi.jar should be useable with OSGI

Status in Sikuli:
  Fix Released

Bug description:
  ****************** see related question

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1537216/+subscriptions


References