← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #248599]: “Could not load any NativeLoader” When Using 1.1.0-Beta1-2.jar --- must be prepared using setup

 

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

RaiMan proposed the following answer:
Ok, i cannot see, what you are doing how, but you are using Java 8: 
clearly stated: not yet tested.

OS X 10.9.2 with Java 7 definitely works.

I am using Netbeans and a normal Java project with a ref to
sikulixapi.jar (setup with option 4) and this works as expected:

package test;
import org.sikuli.script.*;
public class Test {
	public static void main(String[] args) throws FindFailed {
		Screen s = new Screen();
		s.find(s.userCapture().getFile()).highlight(2);
	}
}

For the final release  of version 1.1.0 (may be already betas later this
year) it is planned, to have it on Maven Central.

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