← 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

Dmitry Nosov posted a new comment:
I have MacOS 10.9 and downloaded sikuli 1.1, option 2.
The interpreter version is Jython 2.7b1.
Java 1.7.0_55

I run the following line in Terminal:

java -classpath <path to sikulixapi.jar> -jar <path to jython>

Then in the interpreter I write:

import sys
sys.path.append('<path to the sikulixapi.jar>/libs')
sys.path.append('<path to the sikulixapi.jar>/sikulixapi.jar')
sys.path.append('<path to the sikulixapi.jar>/sikulixapi.jar/Lib')
from sikuli import Sikuli

The system says:

[error] FileManager: fatal error 121: Could not load any NativeLoader!

How can I fix that? What am I missing?

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