Hi Daniel,

I had the same problem with Ubuntu.
the problem was with the GWT package buggy download, it seems that a
firefox download is some how defected and I forced the tar.bz2 to be
opened partially.
Until Google will feature it out, I solve this issue buy using wget to
download the framework,

Command line:
wget  http://google-web-toolkit.googlecode.com/files/gwt-linux-1.5.3.tar.bz2
tar jxf http://google-web-toolkit.googlecode.com/files/gwt-linux-1.5.3.tar.bz2

Don't forget to setup your environment to point the new gwt-
linux-1.5.3 GWT release.

Enjoy,
Moshe Beeri.



On Sep 9, 5:34 pm, "daniel.z" <[EMAIL PROTECTED]>
wrote:
> I'm getting the following error when trying to launch an freshly
> created gwt application in hosted mode with gwt 1.5.2. Everything
> works fine when using 1.5.0's GWTShell.
>
> [ERROR] The browser widget class could not be instantiated
> org.eclipse.swt.SWTError: XPCOM error -2147221164
>         at org.eclipse.swt.browser.Browser.error(Browser.java:1336)
>         at org.eclipse.swt.browser.Browser.<init>(Browser.java:339)
>         at com.google.gwt.dev.shell.BrowserWidget.<init>(BrowserWidget.java:
> 243)
>         at
> com.google.gwt.dev.shell.moz.BrowserWidgetMoz.<init>(BrowserWidgetMoz.java:
> 87)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
>         at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:
> 39)
>         at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:
> 27)
>         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
>         at
> com.google.gwt.dev.shell.PlatformSpecific.createBrowserWidget(PlatformSpecific.java:
> 59)
>         at com.google.gwt.dev.GWTShell.openNewBrowserWindow(GWTShell.java:
> 547)
>         at com.google.gwt.dev.GWTShell.launchStartupUrls(GWTShell.java:507)
>         at com.google.gwt.dev.GWTShell.run(GWTShell.java:591)
>         at com.google.gwt.dev.GWTShell.main(GWTShell.java:357)
>
> Any ideas or hints out there?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to