问题描述
我的项目使用GWT。之前,我已为我的Chrome浏览器安装了GWT插件。我正在使用最新版本的Chrome。当运行该项目时,Chrome浏览器一直宣布我附上了下图: $ b
但是当我点击链接时。 Chrome浏览器转到Chrome网上应用店中的插件页面。但它告诉我,我的浏览器已经安装了这个插件。我附上截图下面的
我如何让GWT插件与我的项目一起工作?
感谢您的帮助
从GWT网站
- 2014年某个时候,GWT开发模式将不再适用于Chrome,因此我们改进了其他调试方式。超级开发模式,断言,控制台日志记录和错误消息都有所改进。
这是因为更新的chrome版本。开发模式
其他解决方案是您可以启用在Chrome 42版本中禁用的NPAPI,请按照以下步骤操作:
1.打开新标签并输入 chrome:// flags /#enable-npapi
2.启用此启用NPAPI Mac,Windows
3.然后在页面底部点击Relunch按钮。
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
I have attached the image bellow
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
How can I make GWT plugin work with my project ?Thank for any help
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.
这篇关于开发模式需要GWT开发插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!