Exceptions in JNI
Stephen Crowley
kaffe@rufus.w3.org
Sun, 19 Jul 1998 15:01:19 -0500
Ok, just incase anyone was wondering I fixed it, turns out you cant
create the VM in one thread and make calls to it from another, I know,
I'm beating myself with the printed manpages right now. Sorry
--Stephen
I wrote:
>
> Nope that didn't fix it. I tried to write up some simple code to
> recreate the problem but it all works fine, it's only in my larger
> project that it is having trouble. As far as I can tell I am doing
> nothing wrong because most stuff "works" its just the exceptions are not
> being caught. Could it be due to stack or heap problems?
>