This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Java--C++ interface
- From: Anthony Green <green at redhat dot com>
- To: Alain Hebert <alain dot hebert at polymtl dot ca>
- Cc: gcc at gnu dot org
- Date: 31 Jan 2002 07:16:24 -0800
- Subject: Re: Java--C++ interface
- References: <1012489732.3c595e045a925@www.imp.polymtl.ca>
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