Hi,

  I am developing a sample app using GWT, that needs to redirect to
the facebook login page. I am using Window.Location to do that as
shown below.

  Window.Location.replace("http://www.facebook.com/login.php?
api_key="+ API_KEY);

But when I run the app either in hosted mode or in Tomcat, I get
following error -

java.lang.UnsatisfiedLinkError: com.google.gwt.user.client.Window
$Location.getPath()Ljava/lang/String;

How to fix this error?   Thank you for your help.

-Hiren

-- 
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-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to