← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #697147]: Error connecting SikuliX 2.0.5 to sqlserver using zxJDBC

 

Question #697147 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/697147

    Status: Open => Answered

RaiMan proposed the following answer:
Sorry, but with 2.0.5 the load() feature does not work anymore as
expected, since entries to the Java class path from inside a Java
program are no longer allowed.

You have to setup the Java class path and IDE start on the command line
for example like so:

java -cp mystuff1.jar;mystuff2.jar;<sikulix-ide-jar>
org.sikuli.ide.Sikulix ... optional parameters ...

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.