On Thu, 2002-01-31 at 07:08, Alain Hebert wrote: > Is there a standard way to map a C++ class (from gcc) to > Java (i.e. for a Java program to see a gcc class as a > native Java class) > > 1. for cgj? If you mean gcj, then yes, it's called CNI. See http://gcc.gnu.org/java/papers/cni/t1.html > 2. for another Java interpreter? No, I don't think so. AG