Installing Google Web Toolkit Developer Plugin

僤鯓⒐⒋嵵緔 提交于 2020-01-05 00:47:08

问题


As i am working through the google app engine, i am trying to set up my first "Hello World" app running in my Chrome browser

When (for the first time), i navigate to URL

http://127.0.0.1:8888/MyTest.html?gwt.codesvr=127.0.0.1:9997

I non surprisingly get

Ok, so i should get the plugin from the Chrome Web Store. I don't see anything remotely looking like "Google Web Toolkit Developer Plugin" Same deal for "gwt chrome" search.enter link description here

What am i missing please? How can i install this plugin?


回答1:


Quick fix that might help:

  1. right click on the chrome icon>Properties>Shortcut
  2. add in target: --enable-easy-off-store-extension-install
  3. open chrome and navitage to extensions ( chrome://chrome/extensions/ )
  4. drag and drop on it the plugin (should be in your download folder if you tried to install it before and didn't succeed)

Or this one:

1- Download the extension file from the website and save it to your computer.
2- Click the wrench icon on the browser toolbar.
3- Select Tools > Extensions.
4- Locate the extension file on your computer and drag the file onto the Extensions page.
5- Review the list of permissions in the dialog that appears. If you would like to proceed, click Install.

Google issues



来源:https://stackoverflow.com/questions/12809314/installing-google-web-toolkit-developer-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!