Closed makoivis closed 8 years ago
Comment by Artur Signell on 23 Nov 2009 11:44 UTC The problem is that the hosted mode depends on the platform specific libraries (dll:s etc) which are not included in the jar:s the plugins downloads. Because of this no hosted mode launch is generated automatically and there is a text next to the "create button" which says: "To debug client-side code with hosted mode, first download a full GWT package and replace the GWT JARs on the build path with it.".
It would certainly be possible to download the full GWT distribution but this has been postponed until GWT 2.0 which in many ways will simplify these matters (only one platform independent package).
Modified by Artur Signell on 12 May 2014 07:41 UTC
Reported by Mauno Haukila on 23 Nov 2009 07:27 UTC Noticed this in Vaadin workshop. All Windows users had difficulties starting hosted mode.
It gives mysterious error: UnsatisfiedLinkError c:/eclipse/configuration/..somedirectory_I_forgot\swt-win32-3235.dll
Last path-separator is backslash where others are basic slash.