Proposal for CNI/JNI problems
Aaron M. Renn
arenn@urbanophile.com
Sat Apr 1 00:00:00 GMT 2000
Paul Fisher (pnfisher@redhat.com) wrote:
> > (1) Is it OK to write Classpath in C++ rather than C?
>> Yes.
>> > (2) Is it OK for Classpath to depend on G++ extensions?
>> Yes.
I think this should be considered very carefully. I would like to avoid
these dependencies if possible. Particularly any dependencies on gcc.
Personally, it looks like in the core classes there will be so little
code that the JNI/CNI thing could be handled with #ifdef CNI/JNI and
a configure time option added to enable it. Or a set of macros might
handled almost everything reasonably well.
--
Aaron M. Renn (arenn@urbanophile.com) http://www.urbanophile.com/arenn/
More information about the Java
mailing list