Reputation: 96391
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?
Upvotes: 2
Views: 6929
Reputation: 3054
Quick fix that might help:
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.
Upvotes: 1