Hi, I have just switched from openSUSE 10.3 to ubuntu 9.04
Am developing with eclipse 3.4, java 1.6 and gwt-linux-1.5.3
I get the error below after running the projects.
---------------------------------------------------------------------------
Unable to load required native library 'gwt-ll'. Detailed error:
/home/smuwanga/software/applications/gwt-linux-1.5.3/libgwt-ll.so: /
home/smuwanga/software/applications/gwt-linux-1.5.3/libgwt-ll.so:
undefined symbol: JS_PropertyStub)
Your GWT installation may be corrupt
----------------------------------------------------------
I have done a fresh download of GWT 1.5.3, and the error persists.
I get this from the hosted browser
------------------------------------------
[ERROR] The browser widget class could not be instantiated
java.lang.UnsatisfiedLinkError:
org.eclipse.swt.internal.win32.OS.GetVersionExW(Lorg/eclipse/swt/
internal/win32/OSVERSIONINFOW;)Z
at org.eclipse.swt.internal.win32.OS.GetVersionExW(Native Method)
at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:62)
at org.eclipse.swt.internal.ole.win32.COMObject.<init>(COMObject.java:
38)
at com.google.gwt.dev.shell.ie.IDispatchImpl.<init>
(IDispatchImpl.java:158)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.<init>
(BrowserWidgetIE6.java:42)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.<init>
(BrowserWidgetIE6.java:243)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
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)
-----------------------------------------
The other error is :
--------------------------------------------------
[ERROR] Unable to open new window for startup URL:
http://localhost:8888/org.openxdata.server.admin.OpenXDataServerAdmin/OpenXDataServerAdmin.html
---------------------------------------------------------
What could the problem be?
Regards,
Simon.
--
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.