Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gwt plugin doesn't work in Chrome 42 [duplicate]

The new version of chrome (42) doesn't support gwt plugin on windows 8.1 even I change the compatibility mode to Windows 7 I still get prompted to download the plugin again. I've tried removing it and re-installing but I still get this message. Any ideas?

like image 796
Abdessamad Doughri Avatar asked Dec 10 '22 23:12

Abdessamad Doughri


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.

Which is i already explained here Development Mode requires the GWT Developer Plugin

like image 84
mohammed sameen Avatar answered Jan 06 '23 03:01

mohammed sameen