Brian Jones wrote:
> Japhar is core dumping just after I get the message it has loaded
> gnu.vm.stack.StackFrame. I figure it is worth asking the list while I
> try to figure this out...
Brian,
I'm seeing the same thing. Have you found a fix for this yet?
Ian
P.S. I was able to get around the javah problem by making manual calls to japharh,
but the resulting header files are a bit odd...methods returning void when they
should return jint, methods for internal methods without the 'internal' (e.g.,
java.io.RandomAccessFile.skipInternal gets mapped to
Java_java_io_RandomAccessFile_skip instead of Java_java_io_skipInternal)