← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #169694]: Can sikuli work without Java

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
The kernel features and the public API is totally based on Java. Below
this some native C/C++ features (OpenCV, tesseract OCR, system
specifics) are accessed via JNI.

The IDE currently allows to setup and run Jython scripts (Python
language), which uses a Jython wrapper API for the internal Java API.

So you always need Java to run Sikuli in any setup:
- using the IDE
- using just sikuli-script.jar from command line with the java command
- as plain Java programs e.g. developed in Eclipse

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