← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #235169]: How to set SIKULI_HOME env variable after jar packaging?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
I guess you have to use:

SET PATH=C:\JDK64\1.6.0.31.1\bin;C:\Sikuli-IDE-1.0.0-Win64\libs;%PATH%

BTW: this is a better solution:

setlocal
SET SIKULI_HOME=C:\Sikuli-IDE-1.0.0-Win64
SET PATH=C:\JDK64\1.6.0.31.1\bin;%SIKULI_HOME%\libs;%PATH%
java -jar myjar.jar
endlocal

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