Hi Adrian, I presume you have installed the GWT plugin in Eclipse. You will also need to install the GWT dev mode browser plugins.
To start dev-mode; Run As -> Web Application (it will prompt you to select your entry module when running first time) A "Devlopment Mode" view will open and once loaded; you will get a Launch URL like: http://127.0.0.1:8888/YourHTMLFile.html?gwt.codesvr=127.0.0.1:9997 Launch this URL in a browser you want to test in. If you dont have the GWT browser plugin installed already; it will present you a link to download the same; download and install it. Once the plugin is installed; you should be able to see your application running in the browser. Any changes you make in code henceforth will be visible in dev-mode by refreshing the browser. Regards, Nirmal -- 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.
