Click to See Complete Forum and Search --> : using java classes in c++


eamonodwyer
December 2nd, 2004, 09:37 AM
Hi,

does anyone know of a free solution that allows calls to Java classes from C++?
I am using the /opt/SUNWspro/bin/CC compiler (I have to).
I have heard of the Cygnus Native Interface, but I think you need the G++ compiler to use this.

Any help would be appreciated.

Thanks,

Eamon.

Paul McKenzie
December 2nd, 2004, 10:32 AM
JNI (Java Native Interface). Also, if you're interested in this, your questions should be directed to the Java forum.

Regards,

Paul McKenzie