I encountered the same problem, eventually I found a workaround by using this link: http://gwt.google.com/samples/MissingPlugin/MissingPlugin.html
I think this issue has P1 priority, there may be many users being blocked by this simple issue. -Jiakuan On Aug 28, 5:47 am, Chris Ramsdale <[email protected]> wrote: > You can also use this link in the interim: > > http://gwt.google.com/samples/MissingPlugin > > On Fri, Aug 27, 2010 at 10:45 AM, David Chandler (Google) < > > > > [email protected]> wrote: > > Oops, there is a broken URL mapping. This will be fixed shortly. > > > /dmc > > David Chandler > > Developer Programs Engineer, Google Web Toolkit > > > On Aug 26, 9:39 am, Guillaume Lasnier <[email protected]> > > wrote: > > > Hi, > > > I have the same problem not being able to install the GWT > > developerpluginon any browser because the link is broken. Google please > > help, > > > this is critical!!! > > > > Please find below the install url for eachpluginI got using the > > > cached page on Google: > > > > "firefox-old" : > > > { > > > "caption" : "Sorry, the GWT DeveloperPluginonly supports > > > Firefox 3.0 and 3.5 at present", > > > "url" : "http://www.getfirefox.com", > > > "supported" : false > > > }, > > > > "opera" : > > > { > > > "caption" : "Sorry, there is currently no GWT > > DeveloperPluginfor Opera", > > > // TODO(you): If you are reading this, maybe you would be > > > interested in contributing an Opera version? > > > "url" : "http://code.google.com/webtoolkit/ > > > makinggwtbetter.html#contributingcode", > > > "supported" : false > > > }, > > > > "safari-iphone" : > > > { > > > "caption" : "Sorry, there is currently no GWT > > DeveloperPluginfor mobile Safari", > > > "url" : troubleshootingUrl, > > > "supported" : false > > > }, > > > > "webkit-android" : > > > { > > > "caption" : "Sorry, there is currently no GWT > > DeveloperPluginfor mobile WebKit", > > > "url" : troubleshootingUrl, > > > "supported" : false > > > }, > > > > "chrome-lin" : > > > { > > > "caption" : "Sorry, there is currently no GWT > > DeveloperPluginfor Chrome on Linux", > > > "url" : troubleshootingUrl, > > > "supported" : false > > > }, > > > > "chrome-mac" : > > > { > > > "caption" : "Sorry, there is currently no GWT > > DeveloperPluginfor Chrome on OS X", > > > "url" : troubleshootingUrl, > > > "supported" : false > > > }, > > > > "chrome-win" : > > > { > > > "caption" : "The GWT DeveloperPluginrequires Chrome 4 or > > > later,<br>so click here to learn about switching to the Chrome > > > DevChannel to get early access", > > > "url" : "http://dev.chromium.org/getting-involved/dev- > > > channel", > > > "supported" : false > > > }, > > > > "safari-win" : > > > { > > > "caption" : "Sorry, there is currently no GWT > > DeveloperPluginfor Safari on Windows", > > > "url" : troubleshootingUrl, > > > "supported" : false > > > }, > > > > "firefox" : > > > { > > > "caption" : "Download the GWT DeveloperPlugin<br>For > > > Firefox", > > > "url" : "https://dl-ssl.google.com/gwt/plugins/firefox/gwt- > > > dev-plugin.xpi", > > > "platforms" : "Win x86, Linux x86/x86_64, Mac x86/PPC", > > > "supported" : true > > > }, > > > > "ie" : > > > { > > > "caption" : "Download the GWT DeveloperPlugin<br>For > > > Internet Explorer", > > > "url" : "https://dl-ssl.google.com/tag/s/appguid%3D > > > %7B9a5e649a-ec63-4c7d-99bf-75adb345e7e5%7D%26lang%3Den%26appname%3DGWT > > > %2520Developer%2520Plugin%2520for%2520IE%26needsadmin%3Dfalse/gwt/ > > > plugins/ie/GwtDevPluginSetup.exe", > > > "platforms" : "Win x86", > > > "supported" : true > > > }, > > > > "chrome4-win" : > > > { > > > "caption" : "Download the GWT DeveloperPlugin<br>For > > > Chrome", > > > "url" : "https://dl-ssl.google.com/gwt/plugins/chrome/gwt- > > > dev-plugin.crx", > > > "platforms" : "Win x86", > > > "supported" : true > > > }, > > > > "safari-mac" : > > > { > > > "caption" : "Download the GWT DeveloperPlugin<br>For > > > Safari", > > > "url" : "https://dl-ssl.google.com/gwt/plugins/safari/gwt- > > > dev-plugin.dmg", > > > "platforms" : "Mac x86/x86_64/PPC", > > > "supported" : true > > > } > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
