This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Invoking natively compiled Java from C++
- From: David Li <taweili at yahoo dot com>
- To: java at gcc dot gnu dot org
- Date: Mon, 9 Feb 2004 14:22:33 +0900
- Subject: Invoking natively compiled Java from C++
Hi,
New to the list. I tried to find out about this in CNI but it seems
that it's about using C++ from compiled Java. I'm currently using Ice
(http://zeroc.com/ice.html), a CORBA like distributed middleware. It
support Java binding from it's C++ core. I am interested in using
compiled Java codes with Ice but I don't seem to be able to find
reference in the document about doing this. Is there an API to invoke
the compiled Java class in libgcj?
Thanks.
David Li