Hey Chris, For Chrome there's no plugin now, see http://code.google.com/p/google-web-toolkit/issues/detail?id=4325
For Firefox follow the instructions at http://code.google.com/p/google-web-toolkit/issues/detail?id=4141#c16 Exact steps for Fedora: yum install xulrunner-devel gcc-c++ mkdir gwt-source cd gwt-source svn checkout http://google-web-toolkit.googlecode.com/svn/trunk/ trunk svn checkout http://google-web-toolkit.googlecode.com/svn/plugin-sdks/ plugin-sdks cd trunk/plugins/xpcom export BROWSER=ff36 export DEFAULT_FIREFOX_LIBS=/usr/lib/xulrunner-sdk-1.9.2/sdk/lib make clean make firefox prebuilt/gwt-dev-plugin.xpi You can also use wine if you really want Chrome. On Aug 25, 9:25 pm, Chris Rowland <[email protected]> wrote: > I'm doing some work with the most recent version of GWT (have been > working using the old hosted mode for quite a while) and I'm having > issues getting the developer addin installed in Chrome and Firefox. > When pasting the URL provided by the eclipse plugin, IE prompted to > install the addin and it worked ok. > > However, when doing the same thing in Chrome and Firefox, it failed. > > In Chrome, it simply said the addin was missing. With Firefox it said > it was missing, but couldn't find it. > > I wasn't able to find anywhere to download the installer manually, > either. > > Any advice? -- 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.
