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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to