← Back to team overview

sikuli-driver team mailing list archive

[Question #229373]: [1.0.0] Can't start IDE on Win64

 

New question #229373 on Sikuli:
https://answers.launchpad.net/sikuli/+question/229373

Can't start 1.0.0 IDE on Win64.

At first a little bug in sikuli-ide.cmd
To solve it I achanged from:
:ARCH64
echo +++ this Sikuli version is 64-Bit

to:
:ARCH64
if defined ProgramFiles(x86) set PROGRAMS=%ProgramFiles(x86)%
echo +++ this Sikuli version is 64-Bit

After that they wrote:
-Xms64M -Xmx512M -Dfile.encoding=UTF-8    
+++ using as SIKULIX_HOME: D:\dist\utils\Sikuli\sikuli_1_0_0\
+++ this Sikuli version is 64-Bit
+++ trying to start Sikuli IDE with C:\Program Files (x86)\Java\jre7\bin
[I18N] menuShowThumbs

and nothing happens after (
(a have installed jre6 and jre7 and also I tryed sikuli-ide.cmd -j6)

What can I do to solve it?

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