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
residing in memory space. so as far as C++ is concerned, the object is not
NULL as it points to a valid memory address, ie not 0.
so, how do i determine if the returned object is a null java object?

bill

Reply via email to