sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46305
Re: [Question #665575]: Unable to load the Selenium jar file in the common file
Question #665575 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665575
Status: Open => Answered
RaiMan proposed the following answer:
ok, then you have to modify the java command in the runsikulix.cmd
"%JAVA_HOME%\bin\java.exe" %PARMS% -jar "%SIKULIX_HOME%%SJAR%.jar"
%SIKULI_COMMAND%
as
"%JAVA_HOME%\bin\java.exe" %PARMS% -cp <your-selenium-jar> -jar "%SIKULIX_HOME%%SJAR%.jar" %SIKULI_COMMAND%
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.