jlabanca@google.com | 38d4ebd | 2009-10-08 19:28:52 +0000 | [diff] [blame] | 1 | <html>
|
| 2 | <head>
|
| 3 | <title>Missing GWT Browser Plugin</title>
|
| 4 | <!-- TODO: add JS code to detect browser/platform and just show that link -->
|
| 5 | </head>
|
| 6 | <body>
|
| 7 | <h1>No GWT Browser Plugin Detected</h1>
|
| 8 | <!-- TODO: alter language for final naming decisions -->
|
| 9 | GWT Development Mode needs a browser plugin to operate. Please install the
|
| 10 | appropriate one for your browser.
|
| 11 |
|
| 12 | <ul>
|
| 13 | <li><b><font size="+1">Chrome</font></b>
|
| 14 | <br><font color="red"><b>Note: this is relatively untested, but appears to
|
| 15 | work.</b></font><br>
|
| 16 | If you are running the DevChannel version of Google Chrome on Windows x86
|
| 17 | (<a href="http://dev.chromium.org/getting-involved/dev-channel">instructions</a> for
|
| 18 | switching to DevChannel), you can install the
|
| 19 | <a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/npapi/prebuilt/gwtdmp.crx">GWT Chrome extension</a>.
|
| 20 | Note that performance is slower than the other
|
| 21 | browsers right now because the plugin runs in an isolated process, though
|
| 22 | we may be able to improve performance before the final release. Also, you
|
| 23 | may get a "plugin unresponsive" warning which is annoying but harmless.
|
| 24 | <p>
|
| 25 | <li><b><font size="+1">Firefox</font></b>
|
| 26 | <br>Install the appropriate Firefox plugin via the normal plugin install
|
| 27 | process.
|
| 28 | <ul>
|
| 29 | <li><a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff2.xpi">Version 1.5-2.0</a> (Mac PPC/x86, Linux x86/x86_64)
|
| 30 | <li><a
|
| 31 | href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff3.xpi">Version
|
| 32 | 3.0</a> (Win x86, Mac PPC/x86, Linux x86/x86_64)
|
| 33 | <br><i>note that some Linux
|
| 34 | distributions need a plugin built with alternate libraries which will be
|
| 35 | available soon</i>
|
jlabanca@google.com | 38d4ebd | 2009-10-08 19:28:52 +0000 | [diff] [blame] | 36 | <li><a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff3+.xpi">Version 3.0 alternate libraries</a> (try this if the one above doesn't work on Linux, known to be needed on Fedora Core 10))
|
jlabanca@google.com | 38d4ebd | 2009-10-08 19:28:52 +0000 | [diff] [blame] | 37 | <li><a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff35.xpi">Version 3.5</a> (Win x86, Mac PPC/x86, Linux x86/x86_64)
|
| 38 | </ul>
|
| 39 | <br>
|
| 40 | <li><b><font size="+1">Safari 3/4 (Mac PPC/x86)</font></b>
|
| 41 | <ul>
|
| 42 | <li>Run the installer from this <a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/webkit/prebuilt/oophm.dmg">disk image</a>.
|
| 43 | <br><font color="red">Note that x86_64 is not yet supported, which means
|
| 44 | Safari on Snow Leopard is not yet supported.</font>
|
| 45 | </ul>
|
| 46 | <br>
|
| 47 | <li><b><font size="+1">Internet Explorer on Windows (32-bit IE)</font></b>
|
| 48 | <ul>
|
jat@google.com | e98555f | 2009-10-13 21:01:24 +0000 | [diff] [blame] | 49 | <li>Download and run the "<a href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/ie/prebuilt/GwtDevModeIePluginInstaller.msi">GWT Dev Mode Plugin for IE</a>" installer.
|
jlabanca@google.com | 38d4ebd | 2009-10-08 19:28:52 +0000 | [diff] [blame] | 50 | </ul>
|
| 51 | </ul>
|
| 52 |
|
| 53 | <h2>Troubleshooting</h2>
|
| 54 | If you believe you have the plugin installed in your current browser (and
|
| 55 | profile, in the case of Firefox), see the <a href="http://code.google.com/p/google-web-toolkit/wiki/TroubleshootingOOPHM">TroubleshootingOOPHM</a> wiki page.
|
| 56 | </body>
|
| 57 | </html>
|