Hi Raimund, Am happy to report that I've finally got the build script for the VisionProxy working on Linux! Using Ubuntu 12.04, and grabbing opencv-dev and tesseract-dev with apt-get seemed to have satisfied the library requirements (though I believe the opencv version is 2.3.x using apt-get, so that may not be ideal). Just needed to -Include the JAVA_HOME directory for building the javawrapper and changing the libFolders to use /usr/lib instead of /usr/local/lib. I do still seem to run into an issue with it when I try to add it (that being sikuli-java.jar) as a custom Maven dependency, though. It starts to complain that the file is not the one that was setup using sikuli-setup.jar. I noticed you did away with some of the libPath stuff in the Settings class, so I assume that it's all being taken of by the setup file. But if I want to run it in this more portable way, how would I make it work? -Zhe On Tue, Jul 16, 2013 at 8:15 AM, RaiMan