> Thanks for u r reply
> i have that driver class file i my mm.mysql ok
> u mean to say that i have to copy this class file to
> classes directory of
> javawebserer or any thing else more ...
> Please clarify me asap...b'cause we have to start the
> project asap
No. I'm saying that:
1). mm.mysql.jdbc-1.2c must be a valid jar file. Presumably its full name is mm.mysql.jdbc-1.2c.jar. Can you unjar it successfully? When you do, is org.gjt.mm.mysql.Driver.class present? I'm not suggesting that you copy Driver.class anywhere, just that you validate the jar file.
2)mm.mysql.jdbc-1.2c.jar should be in your .../WEB-INF/lib directory.
3) This is an old version of the driver. If this is a new project as you imply, why not use the latest version (same point applies to the JDK).