← Back to team overview

sikuli-driver team mailing list archive

[Bug 1182764] Re: [1.0] Windows: sikuli-ide.cmd: SIKULIX_HOME seems to be invalid

 

Sorry, but the solution in comment #14 has an error.
(missing the \ in PATH=%SIKULIX_HOME%libs; ... )

It must be:

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

No need to have D:\Tools\sikuli\Sikuli-IDE-1.0.0-Win32\libs additionally
in system Path.

-- 
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: SIKULIX_HOME seems to be invalid

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