← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #149054]: Scripts don't work

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Using this shell script located in the same directory as sikuli-ide.jar
Sikuli works perfectly on my Ubuntu 10.10 64-Bit

#!/bin/sh
DIR=`dirname $0`
LC_NUMERIC=C java -Dsikuli.console=true -Dsikuli.debug=0 -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -jar $DIR/sikuli-ide.jar $*

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