Hi Dinman,

Did you set your classpath to point the location where you place you mmysql
driver?
Actually you can place the driver anywhere you like provided that you set
the classpath correctly!
Of course ,you have to prefix the driver class with the correct package name
e.g. org.gjt.mm.mysql.Driver

Believe it or not, many people mistype the "gjt" package name as "git" and
thus result in a Driver not found error!


Regards


Dick Poon
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 19, 2001 11:51 AM
Subject: MySql Problem


> Hi
>
> I am trying to Acces MySql thru JDBC using mmysql driver.
> But when I run thru Servlets in Tomcat it doesnot read the org.apache
> class. Can anyone say where should I keep my jar files when I acces
> the data from Servlets.
>
> Thanx in advance.
>
> DINMAN
>
> Enjoy being an Indyan at http://www.indya.com
>

Reply via email to