Hello,

I'm new to GWT so please be understanding.  I was trying to build a
URL, basic @ 1st, and then add parameters as I get more familiar.  I'm
building within a web application using Java and I was trying to print
out the URL to my JBoss server:

String url = urlBuilder.buildString();
System.out.println("URL " + url);

However, I get an error @ the String url line:

java.lang.UnsatisfiedLinkError:
com.google.gwt.http.client.URL.encodeImpl(Ljava/lang/String;)Ljava/
lang/String;
        at com.google.gwt.http.client.URL.encodeImpl(Native Method)
        at com.google.gwt.http.client.URL.encode(URL.java:155)
.....

Does anyone know how to resolve this error?  Any help would be greatly
appreciated.

Thanks

-- 
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.

Reply via email to