Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy does GWT sometimes successfully compile and other times just stall?
    text
    copied!<p>I am working on a demo for a client of what's possible with GWT-Ext for GWT. After browsing for the simplest way to get up and running, I decided on installing the Google Plugin for Eclipse and using the New Web Application Wizard. </p> <p>First time around, I followed these steps for create the default application:</p> <ul> <li>Selected File > New > Web Application Project from the Eclipse menu.</li> <li>In the New Web Application Project wizard, entered a name for the project (ExtDemo) and a java package name, com.extdemo.</li> <li>Unchecked the "Use Google App Engine" check box.</li> <li>Clicked Finish.</li> <li>Right clicked it in package explorer and selected Run As > Run Configurations</li> <li>Put a check in the Automatically Select Unused Port checkbox.</li> <li>Clicked Run to see the default GWT 1.7 application</li> </ul> <p>This worked fine... it launched GWT's hosted browser and the app worked as supposed to.</p> <p>(I then continued to import GWT-Ext and add all sorts of widgets building up a nice little demo app)</p> <p>However at some point when relaunching the app in hosted mode, the hosted browser displays an empty iframe. I even reverted the code to a point where everything was working as supposed to and... same thing, an empty iframe with the surrounding static content. </p> <p>Now what is really strange is when I go through the process of creating the default application again by following the steps above, the hosted browser launches with an empty iframe again.</p> <p>However when I click on Compile/Browse, this <em>sometimes</em> allows the app to launch in Firefox.</p> <p>Anyone have this happen to them?</p>
 

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