Posted By:
Prasanna_Copparam
Posted On:
Wednesday, June 16, 2004 03:25 AM
I have interfaced to an existing C program using the Java Native Interface and I am controlling the C program using a GUI. The problem is that everytime I click on the button to call the native method, the GUI freezes... The bizarre thing is that the C code seems to actually execute properly and no exceptions are thrown.
Anyone come across this problem?