sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57712
Re: [Question #699115]: Selenium library using Sikuli IDE
Question #699115 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699115
Status: Open => Answered
RaiMan proposed the following answer:
Sorry, but the load() function does not work anymore since Java 9 (no
longer possible to add stuff to the Java class path after start).
a possible workaround is to start the IDE from a command line and
prepare the Java class path before or in the java command:
java -cp <your jars you need...>;sikulixide....jar
org.sikuli.ide.Sikulix
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.