Re: Is it ok to have lot of Java code in C++ files?
Posted By:
Simon_Ablett
Posted On:
Thursday, June 24, 2004 04:13 AM
What do you mean by 'Java object instantiations in C++ functions'? JNI is a way for Java to call native code (i.e. compiled C/C++) not the other way around.
Regards.