sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #18368
[Bug 1182764] Re: [1.0] Windows: sikuli-ide.cmd: error "< was unexpected at this time"
Hi RaiMan,
Finally some progress in this problem.
after adding following path in my system PATH variable, i am able to
launch Sikuli-IDE with your commands.
D:\Tools\sikuli\Sikuli-IDE-1.0.0-Win32\libs
Now, IDE is getting launched with both of these new cmd files...
test1.cmd
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
test2.cmd
java -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dsikuli.Debug=3
-Dsikuli.console=false -jar %SIKULIX_HOME%\sikuli-ide.jar
can, ypu please, help me to conclude this problem now ?
Or how can i execute sikuli executable files without launcing IDE ?
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1182764
Title:
[1.0] Windows: sikuli-ide.cmd: error "< was unexpected at this time"
Status in Sikuli:
In Progress
Bug description:
unable to lunch Sikuli IDE from Sikuli-IDE.batch and Sikuli-IDE-w.batch
getting following error.
"< was unexpected at this time"
able to launch Sikuli IDE.exe succesfully, make and run script for
IDE, but unable to execute script from self executable.
i am using sikuli-r930-win32
Pls help!
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1182764/+subscriptions
References