← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #225333]: Sikuli project import from Windows to Linux fails

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
I am really sorry, but I cannot reproduce this problem.

It is still the problem, that at the time the class App is loaded, the 
   protected static OSUtil _osUtil = Env.getOSUtil();

yields the error
[error] Can't create OS Util: org.sikuli.script.LinuxUtil

in
Env.getOSUtil()

which in turn leaves _osUtil as null and finally gives the null pointer exception with
_osutil.openApp(.....)

in App.open()

The only idea: the sikuli-script.jar you are using does not contain the
class org.sikuli.script.LinuxUtil.class. you might check this in
Eclipse.

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