But there is " libwebkit-1.0.so.2 " on my system in /usr/lib Up until the latest release of the Google plugin (which included an update to GWT Designer), everything was working fine. There isn't any " libwebkitgtk " installed on my system (nor did I remove it or ever installed it intentionally).
It seems the problem is elsewhere... any clue? On Oct 14, 4:37 pm, "Eric Clayberg (Google)" <[email protected]> wrote: > 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. -- 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.
