Comment 14 for bug 1182764

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: [1.0] Windows: sikuli-ide.cmd: error "< was unexpected at this time"

ok, then you can try the following:

make a command file e.g.

mySikuli.cmd

with this content:
SETLOCAL
set SIKULIX_HOME=D:\Tools\sikuli\Sikuli-IDE-1.0.0-Win32
PATH=%SIKULIX_HOME%libs;%ProgramFiles%\Java\jre7\bin;%PATH%
java -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dsikuli.Debug=3 -jar %SIKULIX_HOME%\sikuli-ide.jar
ENDLOCAL

and come back with the result.