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

masuo posted a new comment:
I confermed to be able to use sikulix.jar with selenium-server-
standalone-2.53.1.jar on java10 environment.

create an external jar folder named "extjar" on local drive C:\.
save selenium-server-standalone-2.53.1.jar and bsf-2.4.jar in extjar.
add option "--module-path C:\extjar" to runsikulix.cmd.

[before:]
java %PARMS% -jar "%SIKULIX_HOME%%SJAR%.jar" %SIKULI_COMMAND%
[after:]
java %PARMS% --module-path C:\extjar -jar "%SIKULIX_HOME%%SJAR%.jar" 
%SIKULI_COMMAND%

-- 
You received this question notification because your team Sikuli Drivers
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

Reply via email to