| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
here is what I mean:
on native side you have NSString * so you send it to java side as int:
NSString *nsstr;
int arg = (int)nsstr;
env->Call<Some>Method(mid,....,arg,...)
Java side
NSString jnsstr = sommemethod(arg)
so I'm asking about <somemethod> implementation.
| References: | |
| >Re: JNI types and usage newbie (From: Dmitry Markman <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.