← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #202408]: using com.mysql.jdbc.Driver (official JDBC driver from MySQL) in Sikuli script --- workaround

 

Question #202408 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/202408

    Status: Open => Answered

RaiMan proposed the following answer:
Ok, you have to transform it to a Windows command file ;-)

something like that

set cp=<some-folder>/mysql-connector-java-5.1.21/mysql-connector-java-5.1.21-bin.jar
set cp=%cp%:<some-other-folder>/jython.jar
java -cp %cp% org.python.util.jython %1.sikuli/%1.py

and the / have to be \

I am not sure, wether on Windows the colon ( : ) in the class path must
be a semicolon ( ; )

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.