Search code examples
firefoxgwtfirefox-addon

Why GWT browser plugin is not supported in Mozilla Firefox 27 onwards?


I am not able to run my GWT application due to browser plugin issue. I have tried to find the GWT plugin for Mozilla Firefox browser for the version of 36. Could you please anyone can help me to identify the suitable plugin.


Solution

  • Now, I am successfully running my gwt application on any of the browser, without installing any browser plugin. If you are using gwt-2.6.0, run your application in Super Server Mode. That will generate a link related to your application. Place that link in any browser url bar and run it. But it will take some time of compiling the application and then you will get the UI on the browser screen. To install gwt-2.6.0 onwards, your installed JDK should be after 7 version.