Hello All, I am trying to set Google Web Toolkit up on my system and have been following the guide at http://code.google.com/webtoolkit/doc/latest/tutorial/create.html to get some experience with the system. I have had some problems though. When I run the program in development mode the page takes close to 10 seconds to load, and the send button does not do anything.
The output of the console is Initializing AppEngine server Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger Successfully processed D:\Chris\Documents\My Dropbox\workspace \StockWatcher\war\WEB-INF/appengine-web.xml Successfully processed D:\Chris\Documents\My Dropbox\workspace \StockWatcher\war\WEB-INF/web.xml The server is running at http://localhost:8888/ [WARN] No file found for: /favicon.ico And the output of the "Development Mode" is [WARN] [stockwatcher] JSNI method '@com.google.gwt.user.client.impl.WindowImpl::initWindowCloseHandler()' returned a value of type JavaScript object(9) but was declared void; it should not have returned a value at all [WARN] [stockwatcher] JSNI method '@com.google.gwt.user.client.impl.DOMImplStandard::initEventSystem()' returned a value of type JavaScript object(193) but was declared void; it should not have returned a value at all Any ideas about what is causing these problems and how to fix them? I know that I can add a file "favicon.ico" to \war to take care of the one warning, but I havn't had any luck with the others. I have experienced the problem on both Eclipse 3.6 and 3.6 (I uninstalled and reinstalled both Eclipse and the plugin/SDK's). I am running Windows 7 Professional x64. Note: Using the same tutorial on my laptop (Ubuntu 10.10 32 bit) everything works great. -- 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.
