← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #187447]: ExceptionInInitializerError

 

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

RaiMan posted a new comment:
--- command line inside Eclipse
Sorry, cannot find the feature any more ;-) must have dreamed it.

--- from windows command it works fine
so Sikuli is ready and functional on your system.
You must have a problem with your Eclipse setup.

This runs fine for me (Eclipse setup as mentioned above):

import org.sikuli.script.*;
public class main {
    public static void main(String[] args) {
    	Screen s = new Screen();
    	s.setROI(300, 300, 300, 300);
    	s.highlight(2);
    }
}

Patience is one thing, but "this is all shit" as Steve Jobs would have
said.

So, if the error still comes up, have a close look at the stack trace.
If you like, you can send it to my mail at https://launchpad.net/~raimund-hocke.

But in the moment I have no idea.

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