Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Development Mode requires the GWT Developer Plugin

Tags:

My project using GWT. I haved installed GWT plugin for my Chrome Browser before . I am using the newest version of chrome .When run the project, Chrome browser alway announce

Development Mode requires the GWT Developer Plugin

I have attached the image bellow

enter image description here

But when I click to the link. Chrome browser go to page of plugin in the Chrome web Store. But it announce me that my chrome browser haved installed this plugin. I have attached the screenshot bellow enter image description here

How can I make GWT plugin work with my project ? Thank for any help

like image 408
Anh Thu Avatar asked Apr 20 '15 08:04

Anh Thu


People also ask

How to run GWT project in Super Dev Mode?

Starting with GWT 2.7, Dev Mode launches Super Dev Mode automatically. Just start Dev Mode and reload the page, and it will recompile automatically when necessary.

What is GWT dev mode?

Using GWT Development Mode will launch the CodeServer and a embedded Jetty web server by default. There will start two servers, the first being the Jetty web server and the CodeServer which will listen for compile requests from the browser.

What is GWT CodeServer?

Using this Development Mode will start a code server that listens for requests from the browser to compile the application. When the CodeServer launches and moves the resources to the module directory. Then it adds a war/module/module. nocache.


1 Answers

From GWT Website ,http://www.gwtproject.org/release-notes.html#Release_Notes_2_6_1

  • GWT Development Mode will no longer be available for Chrome sometime in 2014, so we improved alternate ways of debugging. There are improvements to Super Dev Mode, asserts, console logging, and error messages.

This is because of newer chrome version.Use Super Dev Mode

Other Solution is you can enable NPAPI which was disable in chrome 42 version follow the below steps

1.Open New Tab and Enter chrome://flags/#enable-npapi

2.Enable this Enable NPAPI Mac, Windows

3.Then bottom of the page click "Relunch" button.

like image 118
mohammed sameen Avatar answered Sep 19 '22 11:09

mohammed sameen