This is caused by incompatibility between Linux versions and inconsistent library naming across versions and distros. As a work around you can... 1) Open terminal and change dir to /usr/lib. 2) Execute sudo ln -s libwebkitgtk-1.0.so.0.6.0 libwebkit-1.0.so.2 command, where "libwebkitgtk-1.0.so.0.6.0" is the webkit lib file (it's name could have a different version number on your system). 3) Restart Eclipse.
I too started getting gwt-ll error after uprading Web Builder to version 2.4.2.
I am running Eclipse 3.6 on Ubuntu 10.04. Our other eclipse
installations that are running Window Builder version 2.4.0 are still working.
This is what I have currently installed on Eclipse:
Eclipse IDE for Java EE Developers 1.3.2.20110301-1807
Google App Engine Java SDK 1.5.5 1.5.5.r36v201110112027
Google Plugin for Eclipse 3.6 2.4.2.relr36v201110112027
Google Web Toolkit SDK 2.4.0 2.4.0.relr36v201110112027
GWT Designer Core 2.4.2.r36x201109270337
GWT Designer Editor 2.4.2.r36x201109270347
GWT Designer GPE 2.4.2.r36x201109270511
Subclipse 1.2.4 org.tigris.subversion.subclipse.feature.group
WindowBuilder Core 1.2.0.r36x201109270310
WindowBuilder CSS Support 1.2.0.r36x201109270317
WindowBuilder XML Core 1.2.0.r36x201109270326
Can't work done since the Designer is not working.
org.eclipse.wb.internal.core.utils.exception.DesignerException: 4107 (Unable to load native library.). gwt-ll at com.google.gdt.eclipse.designer.GwtExceptionRewriter.rewrite(GwtExceptionRewriter.java:74) at org.eclipse.wb.internal.core.utils.exception.DesignerExceptionUtils.rewriteException(DesignerExceptionUtils.java:225) at org.eclipse.wb.internal.core.xml.editor.XmlDesignPage.showExceptionOnDesignPane(XmlDesignPage.java:509) at org.eclipse.wb.internal.core.xml.editor.XmlDesignPage.internal_refreshGEF(XmlDesignPage.java:394) at org.eclipse.wb.internal.core.xml.editor.UndoManager.refreshDesignerEditor(UndoManager.java:254) at org.eclipse.wb.internal.core.xml.editor.UndoManager.activate(UndoManager.java:85) at org.eclipse.wb.internal.core.xml.editor.XmlDesignPage.setActive(XmlDesignPage.java:167) at org.eclipse.wb.internal.core.xml.editor.AbstractXmlEditor.pageChange(AbstractXmlEditor.java:649) at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:290) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1267) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1061) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:2745) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1432) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:257) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
Please update to the latest GWT Designer build.We have also added support for Ubuntu 11.10.
--To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/yEfH8bIeo48J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
> Please update to the latest GWT Designer build.
> We have also added support for Ubuntu 11.10.
>
I just updated Ubuntu to version 11.10 and Eclipse to 3.7, and it
looks like I can use GWT Designer. But not with projects using GWT
2.0.4.
Unfortunately, we still need to use version 2.0.4 for most of our
projects. When opening Designer, I get the error message that
XulRunner is missing.
To verify this, I created a new GWT application using GWT 2.4. When
opening an empty class extending Composite, I can open it. Only by
switching to GWT 2.0.4, the error is shown. What needs to be done to
get Designer working with version 2.0.4?
The link for libwebkit as mentioned above is set. Eclipse and plugins
are clean installed int he latest version.
Greetings,
Michael
>That is the supported version of gwt-designer.
>
Just checked again and could not find that this is actually the case.
And it definitely worked before the update without problems. Btw, we
us the full version of the Designer.
Greetings,
Michael