Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
194 views
in Technique[技术] by (71.8m points)

javascript - Development Mode requires the GWT Developer Plugin

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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...