← Back to team overview

sikuli-driver team mailing list archive

[Bug 696101] Re: X 1.0rc1 does not run in mixed 32/64 bit Java environment

 

@echo off

PATH=%~d0%~p0libs
set JAVA_HOME="C:\Program Files (x86)\Java\jre6"
set JAVA_EXE="C:\Program Files (x86)\Java\jre6\bin\java.exe"
start /B "Sikuli-IDE" %JAVA_EXE% -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dpython.path="%~d0%~p0sikuli-script.jar/" -jar "%~d0%~p0sikuli-ide.jar" %*


Clearing path fixed my inability to launch in a mixed env.   notice PATH=%PATH%  <--- removed that last bit.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/696101

Title:
  X 1.0rc1 does not run in mixed 32/64 bit Java environment

Status in Sikuli:
  Confirmed

Bug description:
  1) Sikuli X 1.0
  2) Windows 7 64-bit
  3) I need to maintain both 32 and 64 bit Java versions on my machine. sikuli-ide.bat runs just clicking on it, but sikuli-ide.exe fails to run.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/696101/+subscriptions


References