Posted By:
James_Bayer
Posted On:
Monday, February 10, 2003 11:28 AM
it sounds like you have a threading issue. to see if that's the case, replace the jni call with some dummy java call and see if your user interface still locks up. if it does, then you probably need to multithread your application.