Re: mysql Driver not found in Classpath
Re: mysql Driver not found in Classpath
- Subject: Re: mysql Driver not found in Classpath
- From: Hugi Thordarson <email@hidden>
- Date: Mon, 03 Jun 2013 17:40:51 +0000
The MySQL driver is usually referred to as com.mysql.jdbc.Driver these days, but the current mysql driver jar has an alias to the old driver name (an empty class that subclasses the current Driver) so it should work. It's called "org.gjt.mm.mysql.Driver" though, not "org.git.mm.mysql.Driver", perhaps that's your problem?
But if you're using EOF you shouldn't have to specify the driver name at all; EOF should be able to guess it from the URL.
Cheers,
- hugi
On 3.6.2013, at 17:32, ute Hoffmann <email@hidden> wrote:
> Hi,
> I get the error that the org.git.mm.mysql.Driver is not found in the classpath.
>
> I put the mysql driver in the classpath and the path I put it is listed in the App when it
> starts up. So: is the name of the mysql driver different now or has anyone a hint what
> could be wrong as the .jar seems for me to be in the classpath and yes, I checked the permissions
> and they seem to be ok as well.
>
> Regards,
> Ute
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden