← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #265288]: runSetup.cmd and runIDE.cmd setup problem

 

Question #265288 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265288

Description changed to:
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? 
Will it give be any problem during running of IDE?
I already run it, so far no problem.
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.