This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Incorrect Java methods called from CNI
- From: Dave Menendez <dave at sycamore dot us>
- To: dave at sycamore dot us
- Cc: java at gcc dot gnu dot org
- Date: 07 May 2004 16:58:07 -0400
- Subject: Re: Incorrect Java methods called from CNI
- Organization: Sycamore Associates, Inc.
My sincerest apologies. Please disregard my last message. Upon closer
inspection of my output, it appears the correct method was being invoked
after all and my problem lies elsewhere.
Some of my output uses std::cout, and some output from the Java classes
were being flushed to the screen before the cout output, so it was out
of order and I missed a couple lines.