Hi,
I have a native method which converts a String to JavascriptObject
/* {
return eval('(' + string+ ')');
} */
When I use this method to create a Javascript Object out of a dummy string, in a Jukito test, I get an
UnsatisfiedLinkError
Is there a way to run JSNI methods as they are expected to run in Client mode in a Jukito test?
Thanks,
Kalpana