You can't connect to mysql<http://stackoverflow.com/questions/1651629/can-i-use-a-mysql-database-with-an-app-engine-application>if you will deploy in app engine. If you aren't do a GAE app, you must remove GAE facet (if you use eclipse) to the project. Right click in the project, Properties -> Google -> App engine and uncheck the option
Then you'll can connect to mysql. Juan 2011/8/25 Sed <[email protected]> > Hi, > > The article says that we could try to remove the app engine jar from the > project, which jar I must remove exactly ? and from where ? > > Thx > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/5A48jw4XszQJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
