Can't install gwt developer plugin for IE 7 or 8

后端 未结 4 894
无人及你
无人及你 2021-01-03 09:09

I want to install gwt developer plugin for IE (I already installed it on chrome and firefox without any problem). When i want to install it for IE7 (on both vista with sp2 &

4条回答
  •  Happy的楠姐
    2021-01-03 09:14

    Most users trying to install the GWT devmode plugin for IE8 on Windows 7 (Vista) 32-bit were able to use the following script from a command line (replace "Foo" with your Windows User Name):

    regsvr32.exe "C:\Users\Foo\AppData\Local\Google\Google Web Toolkit\Developer Plugin\IE\oophm.dll"

    Users trying to install for IE9 will not be able to install unless they add a specification to the doctype to force IE9 to render as IE8, per this post from Google...

    http://googlewebtoolkit.blogspot.com/2010/12/support-for-gwt-dev-mode-in-ie-9.html

提交回复
热议问题