sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #03062
Re: [Question #149687]: How to access MySQL database?
Question #149687 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/149687
Shimano requested more information:
try
from java.lang import *
from java.lang import Class
from java.sql import *
Class.forName("com.mysql.jdbc.Driver")
now I got
java.lang.ClassNotFoundException: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
I have mysql-connector-java-5.1.10.jar but it not seem to load in Sikuli
environnement.
Any idea or setting to check?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.