Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle Web Toolkit starter application not working
    primarykey
    data
    text
    <p>I am trying to set Google Web Toolkit up on my system in order to tinker with creating web applications. I have been following the guide at <a href="http://code.google.com/webtoolkit/doc/latest/tutorial/create.html" rel="nofollow">http://code.google.com/webtoolkit/doc/latest/tutorial/create.html</a> to get some experience with the system. I have had some problems though. When I run the program in development mode (in Chromium) the page takes close to 10 seconds to load, and the send button does not do anything. </p> <p>The output of the console is </p> <pre><code>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 </code></pre> <p>And the output of the "Development Mode" is </p> <pre><code>[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 </code></pre> <p>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. </p> <p>I am using Eclipse 3.5 (Galileo) and I installed the GWT plugin and SDK's as per google's guide. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload