>>
>> Hi,
>>
>> I'm looking for a way to call Java objects from C++.
>> Is this possible using JNI?
>
>Yes, it is possible. There are two scenarios:
>1. you want to call methods of Java objects while you are in C++ code
>that is the native implementation of a method of another Java object. In
>t
Naoki Shibuya wrote:
>
> Hi,
>
> I'm looking for a way to call Java objects from C++.
> Is this possible using JNI?
Yes, it is possible. There are two scenarios:
1. you want to call methods of Java objects while you are in C++ code
that is the native implementation of a method of another Java o