You cannot use the *.client.* classes on the server (there might be a few exceptions, but it's the general idea that things that can run server-side are in a *.shared.* or *.server.* package). This includes the URL class. The UnsatisfiedLinkError is due to the notation used by GWT for JSNI: they are 'native' methods (i.e. things a JVM expects to find in a DLL or equivalent).
In your case, have a look at the java.net.URLEncoder class. -- 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.
