When I want to compile my GWT application in eclipse via "Run as → GWT application", I get the following message
You are not really compiling, you are working ...
You must compile the project using the blue icon as shown. You are currently working.

In this list, you can select GWT COMPILE PROJECT (red icon), and you need to select your file yourProjectName.gwt.xml.
Then it will start compiling .
About frozen browser problem.
I think this frozen issue occurs after clicking on the generated url. When you click on the link, the application launches in the browser by default.
If you compile it, it will not generate any URL, and the message should appear in the Eclipse console that " Compile Succeeded ".
In fact, the GWT application running in the browser at this time is in development mode.
source share