• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

JSNI in cross-site implementation

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

As described in the GWT toolkit, I am using a JSNI function to convert JSON into a JavaScript Object for cross-site client-server communication. I have the import functions as below. However, when I run the application I get an error as below which I understand is related to the 'native' definition.

Could you please advise on how I may fix this?

Thanks,
radhika

java.lang.UnsatisfiedLinkError: edu.ucdavis.ucdmc.path.mojomapper.controllers.rest.ServiceRestCtr.asArrayOfData(Ljava/lang/String;)Lcom/google/gwt/core/client/JsArray;

import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.JsArray;
 
reply
    Bookmark Topic Watch Topic
  • New Topic