Exceptions in JNI

Stephen Crowley kaffe@rufus.w3.org
Sun, 19 Jul 1998 10:29:05 -0500


Are exceptions broken in the JNI or what? When trying to call a method
that uses StringTokenizer.tokenCount() it ALWAYS throws a
StringIndexOutOfBoundsException. I looked at the source to
StringTokenizer and it should catch the exception but it doesn't.
Running Kaffe 1.0 on linux

Any help would be greatly appreciated.

--Stephen Crowley