How do you create an Instance of this driver ?
Do you use the static call class.forName(driver) ?
Try the extend it with class.ForName(driver).newInstance(),
this must be done on some VM .
Greetings,
Michael
Wolle wrote:
> Hello,
> try the mm.mysql-2.0.4-bin.jar file, not the source file.
>
> Greetings,
> Michael
>
> Angela Stempfel wrote:
>
> > Brahmanand Gannur wrote:
> >
> > > put the mysql driver( .jar ) into the lib directory of the TOMCAT and
> > > restart the tomcat
> > > hope this helps
> >
> > I now copied the mm.mysql-2.0.4-src.jar to the lib directory of TOMCAT and
> > restarted it. However, it did not help as well. Is there any way to debugg
> > the problem to get more information where exactly it fails?
> >
> > thanks
> >
> > Angela