Trouble installing SikulinX in windows 7?

Asked by Sam

I'm getting the following error:

D:\SikuliX>runSetup.cmd 'Files' is not recognized as an internal or external command, operable program or batch file. +++ Java not found in standard places C:\Program Files or C:\Program Files (x86)

+++ JAVA_HOME not specified +++ ended with some errors

I have java 7 installed on the computer, so I'm not sure what is happening. Perhaps I need to set my path? Is there an easy way to set java to system path in cmd?

edit: my java installation is in C:\Windows\SysWOW64

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:

This question was reopened

  • by Sam
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

you should switch to version 1.1.0 (http://sikulix.com).

After downloading the setup jar, just try to double click it to let it run.

Before you start with 1.1.0, purge every pointer to old Sikuli stuff from your environment and system path.

Revision history for this message
Sam (staffo08) said :
#2

RaiMan, Thanks so much. This solved my problem.

Edit: Wow, just started playing around in the GUI. This is such great software

I have one other quick question, for large copy and paste operations, is it possible to copy everything to an array of variables all at once and then paste them all at once to save time? I suppose it wouldn't save that much, but I was just curious.
I'm flipping though the guide now, but if you know of any good extensions where this is already done, I'd love to use them.

Thanks again!

Revision history for this message
Sam (staffo08) said :
#3

Actually this was a lazy question. I'll do some more research and figure out if something already exists or I'll just end up doing it in python. Thanks for solving my initial problem. I really appreciate it as this software is going to make my life much easier!

Revision history for this message
Sam (staffo08) said :
#4

Thanks RaiMan, that solved my question.