Java--C++ interface

Anthony Green green@redhat.com
Thu Jan 31 10:15:00 GMT 2002


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




More information about the Gcc mailing list