sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23793
Re: [Question #242975]: How do I connect SikuliX IDE to MySQL using zxJDBC
Question #242975 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242975
RaiMan posted a new comment:
great finding.
Sorry, I did not realize, that you are working with the IDE (though it
is obvious in your question ;-)
SikuliX already has internal features, to add something to Java class path and or Jython sys.path at runtime.
I will make this feature publicly available in both API levels.
The problem with the JDBC driver, when it is set outside via class path environment is that it then comes before the Sikuli jar. This then hides stuff on sys.path and leads to the known problems.
So adding it later inside the script is the right solution.
Thanks again.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.