I'm pretty sure putting the jar into Tomcat's container lib dir will fix
his problem.

-----Original Message-----
From: Eelco Hillenius [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 19, 2008 6:07 PM
To: [email protected]
Subject: Re: Problem with Wicket and MySQL

> and i have made sure i have this jar
> "mysql-connector-java-5.1.6-bin.jar" to my buid path... but the
> problem goes on...

Build path != runtime path. Make sure the jar is in your runtime path as
well.

FWIW, never ever write such code for a production application because
you'll run into scalability problems pretty fast. At the very least,
use a connection pool.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to