Re: via C++, determine if a java object is null

2017-07-24 Thread Andi Vajda
On Mon, 24 Jul 2017, William Schilp wrote: i'm using JCC to interface a C++ application to a java application. in the java application a method can return a "null" java object. i need to determine if the returned object is a null object. i do not see a way to do this via the JCC interface. the

via C++, determine if a java object is null

2017-07-24 Thread William Schilp
i'm using JCC to interface a C++ application to a java application. in the java application a method can return a "null" java object. i need to determine if the returned object is a null object. i do not see a way to do this via the JCC interface. the object i get on the C++ side is an object