• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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