i want to access mysql database server from jsp program
for this i downloaded mysql-connector-java-3.1.14.zip
mysql-connector-java-3.1.14 folder contains mysql-connector-java-3.1.14-bin.jar
file.
then the mysql-connector-java-3.1.14-bin.jar is placed in classpath
after that,i started tomcat server and executed the jsp program
but i am gettting the following error
rootcause: java.lang.Class NotFoundExcepti on: com.mysql.jdbc. Driver
if any one know how to access mysql database server using
mysql-connector-java-3.1.14 driver,please explain me....
for this i downloaded mysql-connector-java-3.1.14.zip
mysql-connector-java-3.1.14 folder contains mysql-connector-java-3.1.14-bin.jar
file.
then the mysql-connector-java-3.1.14-bin.jar is placed in classpath
after that,i started tomcat server and executed the jsp program
but i am gettting the following error
rootcause: java.lang.Class NotFoundExcepti on: com.mysql.jdbc. Driver
if any one know how to access mysql database server using
mysql-connector-java-3.1.14 driver,please explain me....
Comment