New question #265288 on Sikuli:
https://answers.launchpad.net/sikuli/+question/265288
1. Download the sikuli-ide.jar and run
Check if file runSetup.cmd has been created.
2. From the CMD prompt > run runSetup.cmd
Error displays:
echo +++ Java not found in standard places C:/PROGRAMS/ or
C:/PROGRAMS32
echo +++ JAVA_HOME not specified
3. When I checked runSetup.cmd from text editor, it only check for java
version7.
I have version 8, so I modified it to include version8
similar to this:
IF not EXIST "%PROGRAMS%\Java\jre8" goto JAVA7
set JAVA_HOME=%PROGRAMS%\Java\jre8
goto JAVA_OK
4. The setup is successful. But similar problem encountered in file runIDE.cmd
So I modified it the same as above.
Is it OK if I modified it that way?
My version of Java is only version 8.
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) Client VM (build 25.5-b02, mixed mode, sharing)
--
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