RE: Calling Java objects from C++

1999-06-19 Thread Anonymous
>> >> 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

Re: Calling Java objects from C++

1999-06-19 Thread Anonymous
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