Programming Tutorials

Comment on Tutorial - Using JDBC to connect to MySQL from Java Program By Rajan



Comment Added by : ajmal

Comment Added at : 2013-06-06 10:44:55

Comment on Tutorial : Using JDBC to connect to MySQL from Java Program By Rajan
unzip jquery-ui-1.10.3.custom

and copy mysql-connector-java-5.1.25-bin.jar to your home folder and run this command

export CLASSPATH=mysql-connector-java-5.1.25-bin.jar:$CLASSPATH


View Tutorial