System Configuration Setup - Tset-Noitamotua/Sikuli-and-Robot-Framework-Integration GitHub Wiki
The original files were updated to make them run under the following system configuration:
- Windows 8.1 (German)
- Java version 1.8.0_05 (build 1.8.0_05-b13)
- Python 2.7.3
- Jython 2.5.3
- Robot Framework 2.8.6
- Sikulix 1.1.0 (nightly build 2014-11-09)
After you installed Java, Python, Jython, Robot Framework and Sikulix (in that order) make sure to set up the following system environment variables:
- JAVA_HOME = path to your JRE (e.g. C:\Program Files (x86)\Java\jre8)
- SIKULIX_HOME = path to your sikulix installation (e.g. C:\sikulix)
- SIKULIX_JAR = path to your sikulixapi.jar (e.g. C:\sikulix\sikulixapi.jar)
- ROBOTFRAMEWORK_JAR = path to your robotframework-x.x.x.jar (e.g. C:\RobotFramework\robotframework-2.8.6.jar)
- CLASSPATH = %SIKULIX_JAR%
- PATH = you need sikulix, jython, python and java to be on path (e.g. C:\sikulix;C:\jython253;C:\jython253\bin;C:\Python27;C:\Python27\Scripts;%JAVA_HOME%\bin)