Cant get native src files for sikuli ide script

Asked by Alex Kut

Hi ;
I got stream from bazaar and i am trying to setup project in Eclipse but it seems that i am missing entire folder that should be in
 \org\sikuli\script\natives
file like Mat.java etc are missing , so i cant compile my project , please advice
Thanks in advance

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

only to be sure:

The source is only needed, if you want to change something inside of Sikuli, which mens you want to contribute to the development of Sikuli.

If you want to set up a Java project in eclipse, that uses the org.sikuli.script.* Java classes, you do not need the source.
Look: faq 1436

So if you are sure, you really need the source:

if you made up some folder to contain the source, have bzr (bazaar) installed and running, doing "bzr branch lp:sikuli" on command line being in that folder has downloaded everything to run the Sikuli build processes.

In fact there is no folder \org\sikuli\script\natives in the source.

The content of this folder is generated during the build process and contained in sikuli-script.jar. These are the Java interfaces to the C-based native functions like OpenCV, tesseract, ...

So they can only be accessed at runtime and I guess they are for internal use only.

So if you think, you need them: have sikuli-script.jar in your class-path.

Can you help with this problem?

Provide an answer of your own, or ask Alex Kut for more information if necessary.

To post a message you must log in.