From: Michal K. <mic...@gm...> - 2008-09-12 12:41:54
|
Hi, am I right that objects managed by JPF cannot be easily accessed in native peer methods? I mean, is there a possibility to access Description object in the following example or do I have to access it field by field? public static void testRunStartedNative(MJIEnv env, int robj, int rDescription) { // is this possible? Description desc = (Description) env.someMethod(rDescription); } Michal |