Yes! Thanks, mystery solved! Uploaded to my server and now it works. It didn't even occur to me that Chrome wouldn't support web apps via file:// URL. Anyway, thanks a bunch guys. Greatly appreciated.
On Oct 3, 3:34 pm, David Given <[email protected]> wrote: > On 03/10/11 21:45, Danux wrote: > > > I wanted to spare people go through my own code, so I simply create a > > new web application project in Eclipse Indigo and compile the starter > > code right away. When I click on the html page... > > Are you doing this from a file manager? That loads the HTML page into > the web browser via a file:// URL. Chrome doesn't support web apps via > the file scheme. Instead you'll need to serve up the web app via a > proper web server so that you can access it via a http:// URL. > > -- > ┌─── dg@cowlark.com ─────http://www.cowlark.com───── > │ > │ "Under communism, man exploits man. Under capitalism, it's just the > │ opposite." --- John Kenneth Galbrith > > signature.asc > < 1KViewDownload -- 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.
