Saturday, October 30, 2010

JDBC error when implementing RPC

Hi,

I have an app that connects to MySQL on the server side, and it works
as I have tested it using a separate class. However when I try to
send the data to the client via RPC I get the following error:

java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

when I am running the web app using eclipse (in host mode).
I have made sure that mysql-connector-java-5.1.13-bin.jar is in my
build path.
Can someone please give me some help please?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment