Re: org.gjt.mm.mysql.Driver
Posted by: sarath babu polavarapu
Date: November 30, 2004 03:32AM

Good After noon,

I'm using native driver for mysql by inclusion of the following line in a JSP page on tomcat server placed in <server local path>\webapps\sampleapp.

Class.forName("org.gjt.mm.mysql.Driver").newInstance();

Here sampleapp is my webapplication folder.Normal jsp pages working, but jsp pages with mysql connection is raising the error

But it results the following error:

java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver


Any body can help???

Options: ReplyQuote


Subject
Written By
Posted
September 23, 2004 06:22PM
September 23, 2004 07:19PM
September 25, 2004 09:42AM
September 28, 2004 06:33PM
October 28, 2004 11:02AM
Re: org.gjt.mm.mysql.Driver
November 30, 2004 03:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.