Re: JNI C++ importatn process



Marcelo wrote:

I am using a link between GUI and C++, but with this calculation problem, the GUI gets blocked.

what can I do?

Hand the call to the JNI code off to a Thread.. <http://www.physci.org/guifaq.jsp#2.1> ...then give the end user a 'progress dialog' (or something) <http://www.physci.org/guifaq.jsp#2.2> .