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