Hi all, I'm using GWT 1.6.4 on Windows through Eclipse plugin. The JRE I'm using is the 1.6.0_13.
I'm trying to use JSNI in my GWT app but I have troubles. As far as I've understood, to use JSNI I have to "simply" create a native method in my class and call it from a regular Java method. But during the execution (in hosted mode), I've an UnsatisfiedLinkError when trying to call my method. Actually, I've the same error when I first tried to use the URL.encode () method (the module does inherits com.google.gwt.http.HTTP). I guess I've missed something because I'm new to GWT. Any ideas? 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 -~----------~----~----~----~------~----~------~--~---
