Question #257205 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/257205
Status: Open => Answered
RaiMan proposed the following answer:
ok, understood.
- Java 8 is ok
- Windows 7 64 Bit is ok too
You seem to have not yet worked in the command window.
In the window with the title Administrator: C:\Windows\system32\cmd.exe
you should have a black background and a blinking cursor.
One enters commands here and presses enter to run them. When the processing of
the command is finished, you get the prompt back (usually C:\someFolderOrPath\>
and the blinking cursor).
While such a command is processed it may print output line by line to the
command window.
In the following I will say "process command" and mean by that: enter
the given text exactly as shown and press ENTER (shown as <ENTER>)
So the steps are:
- open a command window (as you already did)
- process command
cd <sikuli setup directory><ENTER>
where <sikuli setup directory> is the folder where you have put the downloaded
sikulixsetup-1.1.0.jar
example:
- say you have put it into c:\SikuliX (as recommended)
- the command is: cd c:\SikuliX
this gets you to the folder where you now can run the setup
- process command
java -jar sikulixsetup-1.1.0.jar<ENTER>
now it should start the setup, come up with the setup dialog and
continuously print log messages.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp